Home
last modified time | relevance | path

Searched refs:ddpehdr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Datalk.h51 struct ddpehdr { struct
63 static __inline__ struct ddpehdr *ddp_hdr(struct sk_buff *skb) in ddp_hdr() argument
65 return (struct ddpehdr *)skb_transport_header(skb); in ddp_hdr()
/linux-6.15/net/appletalk/
H A Dddp.c1301 struct ddpehdr *ddp, __u16 len_hops, int origlen) in atalk_route_packet()
1404 struct ddpehdr *ddp; in atalk_rcv()
1501 struct ddpehdr *ddp; in ltalk_rcv()
1556 struct ddpehdr *ddp; in atalk_sendmsg()
1600 size = sizeof(struct ddpehdr) + len + ddp_dl->header_length; in atalk_sendmsg()
1649 ddp = skb_put(skb, sizeof(struct ddpehdr)); in atalk_sendmsg()
1727 struct ddpehdr *ddp; in atalk_recvmsg()
1797 amount = skb->len - sizeof(struct ddpehdr); in atalk_ioctl()
H A Daarp.c524 struct ddpehdr *ddp = (struct ddpehdr *)skb->data; in aarp_send_ddp()