phonethdr 53 include/net/phonet/phonet.h static inline struct phonethdr *pn_hdr(struct sk_buff *skb) phonethdr 55 include/net/phonet/phonet.h return (struct phonethdr *)skb_network_header(skb); phonethdr 70 include/net/phonet/phonet.h struct phonethdr *ph = pn_hdr(skb); phonethdr 82 include/net/phonet/phonet.h struct phonethdr *ph = pn_hdr(skb); phonethdr 151 net/phonet/af_phonet.c struct phonethdr *ph; phonethdr 155 net/phonet/af_phonet.c skb->len + sizeof(struct phonethdr) > dev->mtu) { phonethdr 168 net/phonet/af_phonet.c skb_push(skb, sizeof(struct phonethdr)); phonethdr 287 net/phonet/af_phonet.c const struct phonethdr *ph; phonethdr 314 net/phonet/af_phonet.c const struct phonethdr *oph = pn_hdr(rskb); phonethdr 339 net/phonet/af_phonet.c struct phonethdr *oph = pn_hdr(rskb); phonethdr 363 net/phonet/af_phonet.c struct phonethdr *ph; phonethdr 372 net/phonet/af_phonet.c if (!pskb_pull(skb, sizeof(struct phonethdr))) phonethdr 425 net/phonet/af_phonet.c __skb_push(skb, sizeof(struct phonethdr));