Home
last modified time | relevance | path

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

/linux/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/net/appletalk/
H A Dddp.c1302 struct ddpehdr *ddp, __u16 len_hops, int origlen) in atalk_route_packet()
1405 struct ddpehdr *ddp; in atalk_rcv()
1502 struct ddpehdr *ddp; in ltalk_rcv()
1557 struct ddpehdr *ddp; in atalk_sendmsg()
1601 size = sizeof(struct ddpehdr) + len + ddp_dl->header_length; in atalk_sendmsg()
1650 ddp = skb_put(skb, sizeof(struct ddpehdr)); in atalk_sendmsg()
1728 struct ddpehdr *ddp; in atalk_recvmsg()
1798 amount = skb->len - sizeof(struct ddpehdr); in atalk_ioctl()
H A Daarp.c542 struct ddpehdr *ddp = (struct ddpehdr *)skb->data; in aarp_send_ddp()