Lines Matching refs:pppoe_hdr
416 struct pppoe_hdr *ph;
428 if (!pskb_may_pull(skb, sizeof(struct pppoe_hdr)))
431 ph = pppoe_hdr(skb);
441 ph = pppoe_hdr(skb);
485 struct pppoe_hdr *ph;
496 if (!pskb_may_pull(skb, sizeof(struct pppoe_hdr)))
499 ph = pppoe_hdr(skb);
690 po->chan.hdrlen = (sizeof(struct pppoe_hdr) +
693 po->chan.mtu = dev->mtu - sizeof(struct pppoe_hdr) - 2;
752 sizeof(struct pppoe_hdr) -
769 - sizeof(struct pppoe_hdr)
843 struct pppoe_hdr hdr;
844 struct pppoe_hdr *ph;
883 ph = skb_put(skb, total_len + sizeof(struct pppoe_hdr));
896 memcpy(ph, &hdr, sizeof(struct pppoe_hdr));
916 struct pppoe_hdr *ph;
942 ph = pppoe_hdr(skb);