Searched defs:pppoe_hdr (Results 1 – 2 of 2) sorted by relevance
136 struct pppoe_hdr { struct138 __u8 type : 4;139 __u8 ver : 4;146 __u8 code;147 __be16 sid;148 __be16 length;149 struct pppoe_tag tag[0];
25 static inline struct pppoe_hdr *pppoe_hdr(const struct sk_buff *skb) in pppoe_hdr() function