Searched defs:ihl (Results 1 – 13 of 13) sorted by relevance
/net/sched/ |
D | act_csum.c | 133 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() 146 static int tcf_csum_ipv4_icmp(struct sk_buff *skb, unsigned int ihl, in tcf_csum_ipv4_icmp() 165 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() 182 static int tcf_csum_ipv6_icmp(struct sk_buff *skb, unsigned int ihl, in tcf_csum_ipv6_icmp() 204 static int tcf_csum_ipv4_tcp(struct sk_buff *skb, unsigned int ihl, in tcf_csum_ipv4_tcp() 228 static int tcf_csum_ipv6_tcp(struct sk_buff *skb, unsigned int ihl, in tcf_csum_ipv6_tcp() 253 static int tcf_csum_ipv4_udp(struct sk_buff *skb, unsigned int ihl, in tcf_csum_ipv4_udp() 309 static int tcf_csum_ipv6_udp(struct sk_buff *skb, unsigned int ihl, in tcf_csum_ipv6_udp() 364 static int tcf_csum_sctp(struct sk_buff *skb, unsigned int ihl, in tcf_csum_sctp()
|
D | act_nat.c | 113 int ihl; in tcf_nat_act() local
|
/net/ipv4/ |
D | ah4.c | 129 int ihl = ip_hdrlen(skb); in ah_output_done() local 151 int ihl; in ah_output() local 274 int ihl = ip_hdrlen(skb); in ah_input_done() local 306 int ihl; in ah_input() local
|
D | ip_fragment.c | 276 int ihl, end, flags, offset; in ip_frag_queue() local
|
D | esp4.c | 761 int ihl; in esp_input_done2() local
|
D | af_inet.c | 1343 int ihl; in inet_gso_segment() local
|
D | ipmr.c | 1015 const int ihl = ip_hdrlen(pkt); in ipmr_cache_report() local
|
/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 595 int ihl = cp->af == AF_INET ? ip_hdrlen(skb) : sizeof(struct ipv6hdr); in tcp_state_transition() local 597 int ihl = ip_hdrlen(skb); in tcp_state_transition() local
|
D | ip_vs_core.c | 872 unsigned int offset, unsigned int ihl, in handle_response_icmp() 935 unsigned int offset, ihl; in ip_vs_out_icmp() local 1652 unsigned int offset, offset2, ihl, verdict; in ip_vs_in_icmp() local
|
D | ip_vs_proto_sctp.c | 384 int ihl, cofs; in set_sctp_state() local
|
/net/xfrm/ |
D | xfrm_input.c | 402 int ihl = skb->data - skb_transport_header(skb); in xfrm4_transport_input() local 417 int ihl = skb->data - skb_transport_header(skb); in xfrm6_transport_input() local
|
D | xfrm_output.c | 67 int ihl = iph->ihl * 4; in xfrm4_transport_output() local
|
D | xfrm_policy.c | 3299 int ihl = iph->ihl; in decode_session4() local
|