Searched refs:UDP_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
1274 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()1283 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()1479 ip->udp_len = htons(UDP_HDR_SIZE + len); in net_set_udp_header()
58 #define UDP_HDR_SIZE 2 macro
363 l4hlen = UDP_HDR_SIZE; in xgene_enet_work_msg()
403 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE) macro