Home
last modified time | relevance | path

Searched refs:ip_hdrlen (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/net/ipv4/netfilter/
H A Dnf_socket_ipv4.c24 unsigned int outside_hdrlen = ip_hdrlen(skb); in extract_icmp4_fields()
102 hp = skb_header_pointer(skb, ip_hdrlen(skb), in nf_sk_lookup_slow_v4()
115 ip_hdrlen(skb) + __tcp_hdrlen((struct tcphdr *)hp) : in nf_sk_lookup_slow_v4()
116 ip_hdrlen(skb) + sizeof(*hp); in nf_sk_lookup_slow_v4()
H A Dipt_ECN.c51 tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph); in set_ect_tcp()
61 if (skb_ensure_writable(skb, ip_hdrlen(skb) + sizeof(*tcph))) in set_ect_tcp()
63 tcph = (void *)ip_hdr(skb) + ip_hdrlen(skb); in set_ect_tcp()
H A Dnf_reject_ipv4.c103 dataoff = ip_hdrlen(oldskb); in nf_reject_skb_v4_unreach()
108 nf_ip_checksum(oldskb, hook, ip_hdrlen(oldskb), proto)) in nf_reject_skb_v4_unreach()
151 oth = skb_header_pointer(oldskb, ip_hdrlen(oldskb), in nf_reject_ip_tcphdr_get()
161 if (nf_ip_checksum(oldskb, hook, ip_hdrlen(oldskb), IPPROTO_TCP)) in nf_reject_ip_tcphdr_get()
209 oldskb->len - ip_hdrlen(oldskb) - in nf_reject_ip_tcphdr_put()
320 int dataoff = ip_hdrlen(skb_in); in nf_send_unreach()
H A Dnf_tproxy_ipv4.c25 hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); in nf_tproxy_handle_time_wait4()
91 hp = skb_header_pointer(skb, ip_hdrlen(skb), in nf_tproxy_get_sock_v4()
99 ip_hdrlen(skb) + __tcp_hdrlen(hp), in nf_tproxy_get_sock_v4()
H A Dnf_nat_h323.c49 th = skb_header_pointer(skb, ip_hdrlen(skb), in set_addr()
53 *data = skb->data + ip_hdrlen(skb) + th->doff * 4 + dataoff; in set_addr()
64 *data = skb->data + ip_hdrlen(skb) + sizeof(struct udphdr); in set_addr()
/openbmc/linux/net/ipv4/
H A Dah4.c129 int ihl = ip_hdrlen(skb); in ah_output_done()
174 ihl = ip_hdrlen(skb); in ah_output()
274 int ihl = ip_hdrlen(skb); in ah_input_done()
361 ihl = ip_hdrlen(skb); in ah_input()
H A Dip_fragment.c304 ihl = ip_hdrlen(skb); in ip_frag_queue()
434 len = ip_hdrlen(skb) + qp->q.len; in ip_frag_reasm()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c198 !pskb_may_pull(skb, skb_network_offset(skb) + ip_hdrlen(skb))) in iwl_mei_rx_filter_ipv4()
201 iphdrlen = ip_hdrlen(skb); in iwl_mei_rx_filter_ipv4()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables_ipv4.h15 pkt->thoff = ip_hdrlen(pkt->skb); in nft_set_pktinfo_ipv4()
/openbmc/linux/net/sched/
H A Dem_ipset.c67 acpar.thoff = ip_hdrlen(skb); in em_ipset_match()
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_getport.c102 unsigned int protooff = skb_network_offset(skb) + ip_hdrlen(skb); in ip_set_get_ip4_port()
/openbmc/linux/net/netfilter/
H A Dxt_TCPOPTSTRIP.c91 return tcpoptstrip_mangle_packet(skb, par, ip_hdrlen(skb)); in tcpoptstrip_tg4()
H A Dnfnetlink_osf.c173 tcp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(struct tcphdr), _tcph); in nf_osf_hdr_ctx_init()
187 ctx->optp = skb_header_pointer(skb, ip_hdrlen(skb) + in nf_osf_hdr_ctx_init()
H A Dnf_conntrack_ovs.c37 protoff = ip_hdrlen(skb); in nf_ct_helper()
H A Dnft_osf.c36 tcp = skb_header_pointer(skb, ip_hdrlen(skb), in nft_osf_eval()
H A Dxt_TPROXY.c43 hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); in tproxy_tg4()
H A Dnf_conntrack_seqadj.c69 th = (struct tcphdr *)(skb_network_header(skb) + ip_hdrlen(skb)); in nf_ct_tcp_seqadj_set()
H A Dnft_tproxy.c39 hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); in nft_tproxy_eval_v4()
H A Dnf_nat_proto.c508 ip_hdrlen(skb); in nf_nat_ipv4_csum_recalc()
570 unsigned int hdrlen = ip_hdrlen(skb); in nf_nat_icmp_reply_translation()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c199 sctphoff = ip_hdrlen(skb); in sctp_csum_check()
389 ihl = cp->af == AF_INET ? ip_hdrlen(skb) : sizeof(struct ipv6hdr); in set_sctp_state()
391 ihl = ip_hdrlen(skb); in set_sctp_state()
H A Dip_vs_app.c365 const unsigned int tcp_offset = ip_hdrlen(skb); in app_tcp_pkt_out()
442 const unsigned int tcp_offset = ip_hdrlen(skb); in app_tcp_pkt_in()
H A Dip_vs_proto_tcp.c313 tcphoff = ip_hdrlen(skb); in tcp_csum_check()
595 int ihl = cp->af == AF_INET ? ip_hdrlen(skb) : sizeof(struct ipv6hdr); in tcp_state_transition()
597 int ihl = ip_hdrlen(skb); in tcp_state_transition()
H A Dip_vs_proto_udp.c310 udphoff = ip_hdrlen(skb); in udp_csum_check()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c1287 unsigned int snap_ip_tcp_hdrlen, ip_hdrlen, total_len, hdr_room; in iwl_fill_data_tbs_amsdu() local
1304 ip_hdrlen = skb_transport_header(skb) - skb_network_header(skb); in iwl_fill_data_tbs_amsdu()
1305 snap_ip_tcp_hdrlen = 8 + ip_hdrlen + tcp_hdrlen(skb); in iwl_fill_data_tbs_amsdu()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c345 unsigned int snap_ip_tcp_hdrlen, ip_hdrlen, total_len, hdr_room; in iwl_txq_gen2_build_amsdu() local
355 ip_hdrlen = skb_transport_header(skb) - skb_network_header(skb); in iwl_txq_gen2_build_amsdu()
356 snap_ip_tcp_hdrlen = 8 + ip_hdrlen + tcp_hdrlen(skb); in iwl_txq_gen2_build_amsdu()

12