phonethdr          58 include/net/phonet/phonet.h static inline struct phonethdr *pn_hdr(struct sk_buff *skb)
phonethdr          60 include/net/phonet/phonet.h 	return (struct phonethdr *)skb_network_header(skb);
phonethdr          75 include/net/phonet/phonet.h 	struct phonethdr *ph = pn_hdr(skb);
phonethdr          87 include/net/phonet/phonet.h 	struct phonethdr *ph = pn_hdr(skb);
phonethdr         145 net/phonet/af_phonet.c 	struct phonethdr *ph;
phonethdr         156 net/phonet/af_phonet.c 	skb_push(skb, sizeof(struct phonethdr));
phonethdr         253 net/phonet/af_phonet.c 	const struct phonethdr *ph;
phonethdr         280 net/phonet/af_phonet.c 	const struct phonethdr *oph = pn_hdr(rskb);
phonethdr         305 net/phonet/af_phonet.c 	struct phonethdr *oph = pn_hdr(rskb);
phonethdr         327 net/phonet/af_phonet.c 	struct phonethdr *ph;
phonethdr         336 net/phonet/af_phonet.c 	if (!pskb_pull(skb, sizeof(struct phonethdr)))