Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dipx.h31 struct ipxhdr { struct
50 static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb) in ipx_hdr() argument
52 return (struct ipxhdr *)skb_transport_header(skb); in ipx_hdr()
150 __be16 ipx_cksum(struct ipxhdr *packet, int length);