Searched refs:ipx_pktsize (Results 1 – 3 of 3) sorted by relevance
33 __u16 ipx_pktsize __attribute__ ((packed)); member
909 ntohs(ipx->ipx_pktsize) < sizeof(struct ipxhdr) + in ipxitf_pprop()1492 if (packet->ipx_pktsize & __constant_htons(1)) in ipx_cksum()1544 ipx->ipx_pktsize = htons(len + sizeof(struct ipxhdr)); in ipxrtr_route_packet()2204 u16 ipx_pktsize; in ipx_rcv() local2215 ipx_pktsize = ntohs(ipx->ipx_pktsize); in ipx_rcv()2218 if (ipx_pktsize < sizeof(struct ipxhdr) || ipx_pktsize > skb->len) in ipx_rcv()2222 ipx->ipx_checksum != ipx_cksum(ipx, ipx_pktsize)) in ipx_rcv()2352 copied = ntohs(ipx->ipx_pktsize) - sizeof(struct ipxhdr); in ipx_recvmsg()
454 ipxh->ipx.ipx_pktsize = htons(SPX_SYS_PKT_LEN); in spx_transmit()474 ipxh->ipx.ipx_pktsize = htons(SPX_SYS_PKT_LEN + len); in spx_transmit()627 if(ntohs(ipxh->ipx.ipx_pktsize) < SPX_SYS_PKT_LEN) in spx_rcv()815 copied = ntohs(ispxh->ipx.ipx_pktsize) - SPX_SYS_PKT_LEN; in spx_recvmsg()