Home
last modified time | relevance | path

Searched refs:phonethdr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/phonet/
H A Dphonet.h53 static inline struct phonethdr *pn_hdr(struct sk_buff *skb) in pn_hdr()
55 return (struct phonethdr *)skb_network_header(skb); in pn_hdr()
70 struct phonethdr *ph = pn_hdr(skb); in pn_skb_get_src_sockaddr()
82 struct phonethdr *ph = pn_hdr(skb); in pn_skb_get_dst_sockaddr()
/OK3568_Linux_fs/kernel/net/phonet/
H A Daf_phonet.c151 struct phonethdr *ph; in pn_send()
155 skb->len + sizeof(struct phonethdr) > dev->mtu) { in pn_send()
168 skb_push(skb, sizeof(struct phonethdr)); in pn_send()
287 const struct phonethdr *ph; in can_respond()
314 const struct phonethdr *oph = pn_hdr(rskb); in send_obj_unreachable()
339 struct phonethdr *oph = pn_hdr(rskb); in send_reset_indications()
363 struct phonethdr *ph; in phonet_rcv()
372 if (!pskb_pull(skb, sizeof(struct phonethdr))) in phonet_rcv()
425 __skb_push(skb, sizeof(struct phonethdr)); in phonet_rcv()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dphonet.h59 struct phonethdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dphonet.h59 struct phonethdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dphonet.h59 struct phonethdr { struct
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dphonet.rst31 struct phonethdr {