Home
last modified time | relevance | path

Searched defs:iph (Results 76 – 100 of 297) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/net/
H A Dgtp.c176 struct iphdr *iph; in gtp_check_ms_ipv4() local
301 struct iphdr *iph; in gtp0_send_echo_resp() local
380 struct iphdr *iph; in gtp0_handle_echo_resp() local
481 struct iphdr *iph; in gtp1u_send_echo_resp() local
539 struct iphdr *iph; in gtp1u_handle_echo_resp() local
777 struct iphdr *iph; member
800 struct sock *sk, struct iphdr *iph, in gtp_set_pktinfo_ipv4()
820 struct iphdr *iph; in gtp_build_skb_ip4() local
/openbmc/linux/include/linux/
H A Dnetfilter_ipv6.h164 static inline u32 nf_ipv6_cookie_init_sequence(const struct ipv6hdr *iph, in nf_ipv6_cookie_init_sequence()
181 static inline int nf_cookie_v6_check(const struct ipv6hdr *iph, in nf_cookie_v6_check()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ovf.c26 struct ip_vs_iphdr *iph) in ip_vs_ovf_schedule()
H A Dip_vs_lc.c25 struct ip_vs_iphdr *iph) in ip_vs_lc_schedule()
H A Dip_vs_wlc.c30 struct ip_vs_iphdr *iph) in ip_vs_wlc_schedule()
H A Dip_vs_sh.c277 ip_vs_sh_get_port(const struct sk_buff *skb, struct ip_vs_iphdr *iph) in ip_vs_sh_get_port()
310 struct ip_vs_iphdr *iph) in ip_vs_sh_schedule()
H A Dip_vs_nq.c54 struct ip_vs_iphdr *iph) in ip_vs_nq_schedule()
H A Dip_vs_sed.c58 struct ip_vs_iphdr *iph) in ip_vs_sed_schedule()
H A Dip_vs_xmit.c707 struct iphdr *iph = ip_hdr(skb); in ip_vs_bypass_xmit() local
732 struct ipv6hdr *iph = ipv6_hdr(skb); in ip_vs_bypass_xmit_v6() local
1130 struct iphdr *iph; /* Our new IP header */ in ip_vs_tunnel_xmit() local
1274 struct ipv6hdr *iph; /* Our new IP header */ in ip_vs_tunnel_xmit_v6() local
1476 struct ip_vs_iphdr *iph) in ip_vs_icmp_xmit()
H A Dip_vs_rr.c54 struct ip_vs_iphdr *iph) in ip_vs_rr_schedule()
H A Dip_vs_twos.c46 struct ip_vs_iphdr *iph) in ip_vs_twos_schedule()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_hw_metadata.c31 struct iphdr *iph = NULL; in rx() local
H A Dtest_cls_redirect.c257 static INLINING void pkt_ipv4_checksum(struct iphdr *iph) in pkt_ipv4_checksum()
618 static INLINING uint64_t fill_tuple(struct bpf_sock_tuple *tuple, void *iph, in fill_tuple()
649 void *iph, struct tcphdr *tcp) in classify_tcp()
814 static INLINING verdict_t process_tcp(buf_t *pkt, void *iph, uint64_t iphlen, in process_tcp()
836 static INLINING verdict_t process_udp(buf_t *pkt, void *iph, uint64_t iphlen, in process_udp()
H A Dtest_lwt_redirect.c29 struct iphdr *iph = NULL; in get_redirect_target() local
H A Dvrf_socket_lookup.c23 struct iphdr *iph; in socket_lookup() local
/openbmc/linux/samples/bpf/
H A Dparse_simple.c31 struct iphdr *iph = data + sizeof(*eth); in handle_ingress() local
/openbmc/linux/net/ipv6/
H A Dtcpv6_offload.c32 const struct ipv6hdr *iph = ipv6_hdr(skb); in tcp6_gro_complete() local
/openbmc/linux/net/sched/
H A Dact_csum.c209 const struct iphdr *iph; in tcf_csum_ipv4_tcp() local
258 const struct iphdr *iph; in tcf_csum_ipv4_udp() local
386 const struct iphdr *iph; in tcf_csum_ipv4() local
/openbmc/linux/net/ipv4/
H A Droute.c512 const struct sock *sk, const struct iphdr *iph, in __build_flow_key()
536 const struct iphdr *iph = ip_hdr(skb); in build_skb_flow_key() local
811 const struct iphdr *iph = (const struct iphdr *) skb->data; in __ip_do_redirect() local
828 const struct iphdr *iph = (const struct iphdr *) skb->data; in ip_do_redirect() local
1068 const struct iphdr *iph = (const struct iphdr *)skb->data; in ipv4_update_pmtu() local
1085 const struct iphdr *iph = (const struct iphdr *)skb->data; in __ipv4_sk_update_pmtu() local
1103 const struct iphdr *iph = (const struct iphdr *)skb->data; in ipv4_sk_update_pmtu() local
1158 const struct iphdr *iph = (const struct iphdr *)skb->data; in ipv4_redirect() local
1173 const struct iphdr *iph = (const struct iphdr *)skb->data; in ipv4_sk_redirect() local
1274 struct iphdr *iph = ip_hdr(skb); in ip_rt_get_source() local
[all …]
H A Dnetfilter.c22 const struct iphdr *iph = ip_hdr(skb); in ip_route_me_harder() local
/openbmc/linux/arch/x86/um/asm/
H A Dchecksum.h83 static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl) in ip_fast_csum()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dqueue_stack_map.c17 struct iphdr iph; in test_queue_stack_map_by_type() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_selftest.c85 struct iphdr *iph; in mlx5e_test_get_udp_skb() local
166 struct iphdr *iph; in mlx5e_test_loopback_validate() local
/openbmc/linux/arch/arc/include/asm/
H A Dchecksum.h38 ip_fast_csum(const void *iph, unsigned int ihl) in ip_fast_csum()
/openbmc/linux/net/netfilter/
H A Dnft_inner.c90 struct iphdr *iph; in nft_inner_parse_l2l3() local
117 struct iphdr *iph, _iph; in nft_inner_parse_l2l3() local

12345678910>>...12