Searched refs:ipxspxhdr (Results 1 – 2 of 2) sorted by relevance
427 struct ipxspxhdr *ipxh; in spx_transmit()434 int size = offset + sizeof(struct ipxspxhdr); in spx_transmit()447 skb->h.raw = skb->nh.raw = skb_put(skb,sizeof(struct ipxspxhdr)); in spx_transmit()452 ipxh = (struct ipxspxhdr *)skb->nh.raw; in spx_transmit()580 struct ipxspxhdr *ipxh; in spx_retransmit_chk()591 ipxh = (struct ipxspxhdr *)skb->nh.raw; in spx_retransmit_chk()616 struct ipxspxhdr *ipxh; in spx_rcv()622 ipxh = (struct ipxspxhdr *)skb->nh.raw; in spx_rcv()740 size = offset + sizeof(struct ipxspxhdr) + len; in spx_sendmsg()750 skb->h.raw = skb->nh.raw = skb_put(skb, sizeof(struct ipxspxhdr)); in spx_sendmsg()[all …]
18 struct ipxspxhdr struct23 #define SPX_SYS_PKT_LEN (sizeof(struct ipxspxhdr)) argument