Searched refs:UDP_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
1272 if (ntohs(ip->udp_len) < UDP_HDR_SIZE || ntohs(ip->udp_len) > ntohs(ip->ip_len)) in net_process_received_packet()1326 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()1335 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()1546 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()
394 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE) macro