Home
last modified time | relevance | path

Searched defs:llc_snap_hdr (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Datmmpc.h72 struct llc_snap_hdr { struct
73 __u8 dsap;
74 __u8 ssap;
75 __u8 ui;
76 __u8 org[3];
77 __u8 type[2];
/kernel/linux/linux-5.10/include/uapi/linux/
Datmmpc.h64 struct llc_snap_hdr { struct
66 __u8 dsap; /* Destination Service Access Point (0xAA) */
67 __u8 ssap; /* Source Service Access Point (0xAA) */
68 __u8 ui; /* Unnumbered Information (0x03) */
69 __u8 org[3]; /* Organizational identification (0x000000) */
70 __u8 type[2]; /* Ether type (for IP) (0x0800) */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Datmmpc.h59 struct llc_snap_hdr { struct
61 __u8 dsap;
62 __u8 ssap;
63 __u8 ui;
64 __u8 org[3];
65 __u8 type[2];
/kernel/linux/linux-5.10/net/openvswitch/
Dflow.c369 struct llc_snap_hdr { in parse_ethertype() struct
370 u8 dsap; /* Always 0xAA */ in parse_ethertype()
371 u8 ssap; /* Always 0xAA */ in parse_ethertype()
372 u8 ctrl; in parse_ethertype()
373 u8 oui[3]; in parse_ethertype()
374 __be16 ethertype; in parse_ethertype()