Searched refs:UDP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
1289 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()1298 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()1499 ip->udp_len = htons(UDP_HDR_SIZE + len); in net_set_udp_header()
401 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE) macro