Home
last modified time | relevance | path

Searched defs:pppoe_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_pppox.h136 struct pppoe_hdr { struct
138 __u8 type : 4;
139 __u8 ver : 4;
146 __u8 code;
147 __be16 sid;
148 __be16 length;
149 struct pppoe_tag tag[0];
/linux-4.4.14/include/linux/
Dif_pppox.h25 static inline struct pppoe_hdr *pppoe_hdr(const struct sk_buff *skb) in pppoe_hdr() function