phonetmsg          58 include/net/phonet/phonet.h static inline struct phonetmsg *pn_msg(struct sk_buff *skb)
phonetmsg          60 include/net/phonet/phonet.h 	return (struct phonetmsg *)skb_transport_header(skb);
phonetmsg         288 net/phonet/af_phonet.c 	const struct phonetmsg *pm;
phonetmsg         315 net/phonet/af_phonet.c 	const struct phonetmsg *opm = pn_msg(rskb);
phonetmsg         316 net/phonet/af_phonet.c 	struct phonetmsg resp;