Home
last modified time | relevance | path

Searched refs:LLC_SAP_BSPAN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/802/
H A Dstp.c37 if (pdu->ssap != LLC_SAP_BSPAN || in stp_pdu_rcv()
38 pdu->dsap != LLC_SAP_BSPAN || in stp_pdu_rcv()
68 sap = llc_sap_open(LLC_SAP_BSPAN, stp_pdu_rcv); in stp_proto_register()
H A Dgarp.c257 llc_pdu_header_init(app->pdu, LLC_PDU_TYPE_U, LLC_SAP_BSPAN, in garp_pdu_queue()
258 LLC_SAP_BSPAN, LLC_PDU_CMD); in garp_pdu_queue()
/openbmc/linux/include/uapi/linux/
H A Dllc.h63 #define LLC_SAP_BSPAN 0x42 /* Bridge Spanning Tree Proto */ macro
/openbmc/linux/net/bridge/
H A Dbr_stp_bpdu.c51 llc_pdu_header_init(skb, LLC_PDU_TYPE_U, LLC_SAP_BSPAN, in br_send_bpdu()
52 LLC_SAP_BSPAN, LLC_PDU_CMD); in br_send_bpdu()