Searched defs:pppoe_hdr (Results 1 – 2 of 2) sorted by relevance
140 struct pppoe_hdr { struct142 __u8 type : 4;143 __u8 ver : 4;150 __u8 code;151 __be16 sid;152 __be16 length;153 struct pppoe_tag tag[0];
25 static inline struct pppoe_hdr *pppoe_hdr(const struct sk_buff *skb) in pppoe_hdr() function