Home
last modified time | relevance | path

Searched defs:iph (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_inout.h11 const struct iphdr *iph = ip_hdr(skb); in xfrm4_extract_header() local
26 struct ipv6hdr *iph = ipv6_hdr(skb); in xfrm6_extract_header() local
43 struct ipv6hdr *iph = ipv6_hdr(skb); in xfrm6_beet_make_header() local
57 struct iphdr *iph = ip_hdr(skb); in xfrm4_beet_make_header() local
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c41 const struct ip_vs_iphdr *iph, in ah_esp_conn_fill_param_proto()
56 const struct ip_vs_iphdr *iph) in ah_esp_conn_in_get()
82 const struct ip_vs_iphdr *iph) in ah_esp_conn_out_get()
106 struct ip_vs_iphdr *iph) in ah_esp_conn_schedule()
/kernel/linux/linux-4.19/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c45 const struct ip_vs_iphdr *iph, in ah_esp_conn_fill_param_proto()
60 const struct ip_vs_iphdr *iph) in ah_esp_conn_in_get()
86 const struct ip_vs_iphdr *iph) in ah_esp_conn_out_get()
110 struct ip_vs_iphdr *iph) in ah_esp_conn_schedule()
Dip_vs_core.c246 int *ignored, struct ip_vs_iphdr *iph) in ip_vs_sched_persist()
434 struct ip_vs_iphdr *iph) in ip_vs_schedule()
575 struct ip_vs_proto_data *pd, struct ip_vs_iphdr *iph) in ip_vs_leave()
746 struct iphdr *iph = ip_hdr(skb); in ip_vs_nat_icmp() local
792 struct ipv6hdr *iph = ipv6_hdr(skb); in ip_vs_nat_icmp_v6() local
913 struct iphdr *iph; in ip_vs_out_icmp() local
1069 struct ip_vs_iphdr *iph) in is_new_conn()
1126 const struct ip_vs_iphdr *iph, in ip_vs_new_conn_out()
1219 const struct ip_vs_iphdr *iph) in __ip_vs_rs_conn_out()
1255 struct ip_vs_conn *cp, struct ip_vs_iphdr *iph, in handle_response()
[all …]
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dnft_fib_ipv6.c25 struct ipv6hdr *iph) in nft_fib6_flowi_init()
55 struct ipv6hdr *iph) in __nft_fib6_eval_type()
126 struct ipv6hdr *iph, _iph; in nft_fib6_eval_type() local
138 static bool nft_fib_v6_skip_icmpv6(const struct sk_buff *skb, u8 next, const struct ipv6hdr *iph) in nft_fib_v6_skip_icmpv6()
156 struct ipv6hdr *iph, _iph; in nft_fib6_eval() local
Dnf_dup_ipv6.c22 const struct ipv6hdr *iph = ipv6_hdr(skb); in nf_dup_ipv6_route() local
62 struct ipv6hdr *iph = ipv6_hdr(skb); in nf_dup_ipv6() local
/kernel/linux/linux-5.10/include/net/
Dinet_ecn.h76 static inline int IP_ECN_set_ce(struct iphdr *iph) in IP_ECN_set_ce()
103 static inline int IP_ECN_set_ect1(struct iphdr *iph) in IP_ECN_set_ect1()
117 static inline void IP_ECN_clear(struct iphdr *iph) in IP_ECN_clear()
136 static inline int IP6_ECN_set_ce(struct sk_buff *skb, struct ipv6hdr *iph) in IP6_ECN_set_ce()
152 static inline int IP6_ECN_set_ect1(struct sk_buff *skb, struct ipv6hdr *iph) in IP6_ECN_set_ect1()
Ddsfield.h16 static inline __u8 ipv4_get_dsfield(const struct iphdr *iph) in ipv4_get_dsfield()
28 static inline void ipv4_change_dsfield(struct iphdr *iph,__u8 mask, in ipv4_change_dsfield()
/kernel/linux/linux-5.10/net/ipv4/
Dxfrm4_input.c31 const struct iphdr *iph = ip_hdr(skb); in xfrm4_rcv_encap_finish() local
50 struct iphdr *iph = ip_hdr(skb); in xfrm4_transport_finish() local
86 struct iphdr *iph; in xfrm4_udp_encap_rcv() local
/kernel/linux/linux-4.19/net/ipv6/netfilter/
Dnft_fib_ipv6.c29 struct ipv6hdr *iph) in nft_fib6_flowi_init()
59 struct ipv6hdr *iph) in __nft_fib6_eval_type()
135 struct ipv6hdr *iph, _iph; in nft_fib6_eval_type() local
154 struct ipv6hdr *iph, _iph; in nft_fib6_eval() local
Dnf_dup_ipv6.c25 const struct ipv6hdr *iph = ipv6_hdr(skb); in nf_dup_ipv6_route() local
65 struct ipv6hdr *iph = ipv6_hdr(skb); in nf_dup_ipv6() local
Dip6t_SYNPROXY.c28 struct ipv6hdr *iph; in synproxy_build_ip() local
92 struct ipv6hdr *iph, *niph; in synproxy_send_client_synack() local
135 struct ipv6hdr *iph, *niph; in synproxy_send_server_syn() local
180 struct ipv6hdr *iph, *niph; in synproxy_send_server_ack() local
218 struct ipv6hdr *iph, *niph; in synproxy_send_client_ack() local
/kernel/linux/linux-4.19/net/ipv4/
Dxfrm4_input.c36 const struct iphdr *iph = ip_hdr(skb); in xfrm4_rcv_encap_finish() local
55 struct iphdr *iph = ip_hdr(skb); in xfrm4_transport_finish() local
91 struct iphdr *iph; in xfrm4_udp_encap_rcv() local
/kernel/linux/linux-4.19/net/netfilter/
Dnf_flow_table_ip.c73 static int nf_flow_nat_ip_l4proto(struct sk_buff *skb, struct iphdr *iph, in nf_flow_nat_ip_l4proto()
92 struct iphdr *iph, unsigned int thoff, in nf_flow_snat_ip()
117 struct iphdr *iph, unsigned int thoff, in nf_flow_dnat_ip()
144 struct iphdr *iph = ip_hdr(skb); in nf_flow_nat_ip() local
168 struct iphdr *iph; in nf_flow_tuple_ip() local
229 struct iphdr *iph; in nf_flow_offload_ip_hook() local
/kernel/linux/linux-5.10/samples/bpf/
Dtc_l2_redirect_kern.c78 struct iphdr *iph = data + sizeof(*eth); in _l2_to_iptun_ingress_forward() local
129 struct iphdr *iph = data + sizeof(*eth); in _l2_to_iptun_ingress_redirect() local
168 struct iphdr *iph = data + sizeof(*eth); in _l2_to_ip6tun_ingress_redirect() local
217 struct iphdr *iph = data + sizeof(*eth); in _drop_non_tun_vip() local
/kernel/linux/linux-4.19/samples/bpf/
Dtc_l2_redirect_kern.c78 struct iphdr *iph = data + sizeof(*eth); in _l2_to_iptun_ingress_forward() local
129 struct iphdr *iph = data + sizeof(*eth); in _l2_to_iptun_ingress_redirect() local
168 struct iphdr *iph = data + sizeof(*eth); in _l2_to_ip6tun_ingress_redirect() local
217 struct iphdr *iph = data + sizeof(*eth); in _drop_non_tun_vip() local
/kernel/linux/linux-4.19/net/ipv4/netfilter/
Dnf_dup_ipv4.c29 const struct iphdr *iph = ip_hdr(skb); in nf_dup_ipv4_route() local
56 struct iphdr *iph; in nf_dup_ipv4() local
Dipt_SYNPROXY.c25 struct iphdr *iph; in synproxy_build_ip() local
78 struct iphdr *iph, *niph; in synproxy_send_client_synack() local
121 struct iphdr *iph, *niph; in synproxy_send_server_syn() local
166 struct iphdr *iph, *niph; in synproxy_send_server_ack() local
204 struct iphdr *iph, *niph; in synproxy_send_client_ack() local
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_dup_ipv4.c26 const struct iphdr *iph = ip_hdr(skb); in nf_dup_ipv4_route() local
53 struct iphdr *iph; in nf_dup_ipv4() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dxdping_kern.c65 struct iphdr *iph; in icmp_check() local
97 struct iphdr *iph; in xdping_client() local
160 struct iphdr *iph; in xdping_server() local
/kernel/linux/linux-5.10/net/netfilter/
Dnf_synproxy_core.c422 struct iphdr *iph; in synproxy_build_ip() local
475 struct iphdr *iph, *niph; in synproxy_send_client_synack() local
519 struct iphdr *iph, *niph; in synproxy_send_server_syn() local
564 struct iphdr *iph, *niph; in synproxy_send_server_ack() local
602 struct iphdr *iph, *niph; in synproxy_send_client_ack() local
821 struct ipv6hdr *iph; in synproxy_build_ip_ipv6() local
888 struct ipv6hdr *iph, *niph; in synproxy_send_client_synack_ipv6() local
933 struct ipv6hdr *iph, *niph; in synproxy_send_server_syn_ipv6() local
978 struct ipv6hdr *iph, *niph; in synproxy_send_server_ack_ipv6() local
1017 struct ipv6hdr *iph, *niph; in synproxy_send_client_ack_ipv6() local
Dnf_flow_table_ip.c70 static int nf_flow_nat_ip_l4proto(struct sk_buff *skb, struct iphdr *iph, in nf_flow_nat_ip_l4proto()
89 struct iphdr *iph, unsigned int thoff, in nf_flow_snat_ip()
114 struct iphdr *iph, unsigned int thoff, in nf_flow_dnat_ip()
141 struct iphdr *iph = ip_hdr(skb); in nf_flow_nat_ip() local
167 struct iphdr *iph; in nf_flow_tuple_ip() local
253 struct iphdr *iph; in nf_flow_offload_ip_hook() local
Dxt_addrtype.c91 const struct ipv6hdr *iph = ipv6_hdr(skb); in addrtype_mt6() local
115 const struct iphdr *iph = ip_hdr(skb); in addrtype_mt_v0() local
133 const struct iphdr *iph; in addrtype_mt_v1() local
/kernel/linux/linux-4.19/include/net/
Ddsfield.h16 static inline __u8 ipv4_get_dsfield(const struct iphdr *iph) in ipv4_get_dsfield()
28 static inline void ipv4_change_dsfield(struct iphdr *iph,__u8 mask, in ipv4_change_dsfield()
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables_ipv4.h23 struct iphdr *iph, _iph; in __nft_set_pktinfo_ipv4_validate() local
59 struct iphdr *iph; in nft_set_pktinfo_ipv4_ingress() local

12345678910>>...21