Searched refs:IP_HL (Results 1 – 5 of 5) sorted by relevance
176 hlen = IP_HL(ip); in sliplink_print()272 hlen = IP_HL(ip); in compressed_sl_print()
55 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) macro
104 length = (IP_HL(ip) << 2) - sizeof(struct ip); in ip_finddst()159 if (IP_HL(ip) == 5) in nextproto4_cksum()563 hlen = IP_HL(ipds->ip) * 4; in ip_print()
105 #define ICMP_ADVLEN(p) (8 + (IP_HL(&(p)->icmp_ip) << 2) + 8)381 hlen = IP_HL(oip) * 4; in icmp_print()
868 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4; in tcp_verify_signature()