Home
last modified time | relevance | path

Searched defs:ip6h (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgroup_skb_sk_lookup_kern.c30 const struct ipv6hdr *ip6h, in set_tuple()
40 const struct ipv6hdr *ip6h, in is_allowed_peer_cg()
69 struct ipv6hdr ip6h; in ingress_lookup() local
H A Dtest_btf_skc_cls_ingress.c27 static void test_syncookie_helper(struct ipv6hdr *ip6h, struct tcphdr *th, in test_syncookie_helper()
69 static int handle_ip6_tcp(struct ipv6hdr *ip6h, struct __sk_buff *skb) in handle_ip6_tcp()
151 struct ipv6hdr *ip6h; in cls_ingress() local
H A Dip_check_defrag.c35 static bool is_frag_v6(struct ipv6hdr *ip6h) in is_frag_v6()
70 struct ipv6hdr *ip6h; in handle_v6() local
H A Dxdp_hw_metadata.c28 struct ipv6hdr *ip6h = NULL; in rx() local
H A Ddecap_sanity.c35 struct ipv6hdr ip6h; in decap_sanity() local
H A Dtest_assign_reuse.c130 struct ipv6hdr *ip6h = (struct ipv6hdr *)(data + sizeof(*eth)); in tc_main() local
H A Dtest_xdp_noinline.c284 struct ipv6hdr *ip6h; in encap_v6() local
423 struct ipv6hdr *ip6h; in send_icmp6_reply() local
448 struct ipv6hdr *ip6h; in parse_icmpv6() local
593 struct ipv6hdr *ip6h; in process_l3_headers_v6() local
/openbmc/linux/net/ipv6/ila/
H A Dila_common.c35 static __wsum get_csum_diff(struct ipv6hdr *ip6h, struct ila_params *p) in get_csum_diff()
78 struct ipv6hdr *ip6h = ipv6_hdr(skb); in ila_csum_adjust_transport() local
123 struct ipv6hdr *ip6h = ipv6_hdr(skb); in ila_update_ipv6_locator() local
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c17 const struct ipv6hdr *ip6h = ipv6_hdr(skb); in nf_reject_v6_csum_ok() local
201 struct ipv6hdr *ip6h; in nf_reject_ip6hdr_put() local
286 struct ipv6hdr *ip6h; in nf_send_reset6() local
383 const struct ipv6hdr *ip6h = ipv6_hdr(skb); in reject6_csum_ok() local
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c475 struct ipv6hdr *ip6h) in nf_flow_nat_ipv6_tcp()
499 static void nf_flow_nat_ipv6_l4proto(struct sk_buff *skb, struct ipv6hdr *ip6h, in nf_flow_nat_ipv6_l4proto()
514 struct sk_buff *skb, struct ipv6hdr *ip6h, in nf_flow_snat_ipv6()
537 struct sk_buff *skb, struct ipv6hdr *ip6h, in nf_flow_dnat_ipv6()
562 struct ipv6hdr *ip6h) in nf_flow_nat_ipv6()
580 struct ipv6hdr *ip6h; in nf_flow_tuple_ipv6() local
650 struct ipv6hdr *ip6h; in nf_flow_offload_ipv6_forward() local
H A Dutils.c67 const struct ipv6hdr *ip6h = ipv6_hdr(skb); in nf_ip6_checksum() local
101 const struct ipv6hdr *ip6h = ipv6_hdr(skb); in nf_ip6_checksum_partial() local
H A Dxt_hl.c47 const struct ipv6hdr *ip6h = ipv6_hdr(skb); in hl_mt6() local
H A Dxt_HL.c68 struct ipv6hdr *ip6h; in hl_tg6() local
/openbmc/linux/include/net/netfilter/
H A Dnf_tables_ipv6.h31 struct ipv6hdr *ip6h, _ip6h; in __nft_set_pktinfo_ipv6_validate() local
77 struct ipv6hdr *ip6h; in nft_set_pktinfo_ipv6_ingress() local
H A Dnf_queue.h60 static inline u32 hash_v6(const struct ipv6hdr *ip6h, u32 initval) in hash_v6()
84 struct ipv6hdr *ip6h, _ip6h; in hash_bridge() local
/openbmc/linux/samples/bpf/
H A Dtc_l2_redirect_kern.c91 struct ipv6hdr *ip6h = data + sizeof(*eth); in _l2_to_iptun_ingress_forward() local
180 struct ipv6hdr *ip6h = data + sizeof(*eth); in _l2_to_ip6tun_ingress_redirect() local
225 struct ipv6hdr *ip6h = data + sizeof(*eth); in _drop_non_tun_vip() local
H A Dtest_cgrp2_tc.bpf.c32 struct ipv6hdr *ip6h = data + sizeof(*eth); in handle_egress() local
H A Dxdp_fwd_kern.c49 struct ipv6hdr *ip6h; in xdp_fwd_flags() local
/openbmc/linux/net/ipv6/
H A Dmcast_snoop.c16 const struct ipv6hdr *ip6h; in ipv6_mc_check_ip6hdr() local
39 const struct ipv6hdr *ip6h; in ipv6_mc_check_exthdrs() local
H A Dip6_udp_tunnel.c84 struct ipv6hdr *ip6h; in udp_tunnel6_xmit_skb() local
/openbmc/linux/net/sched/
H A Dact_csum.c187 const struct ipv6hdr *ip6h; in tcf_csum_ipv6_icmp() local
233 const struct ipv6hdr *ip6h; in tcf_csum_ipv6_tcp() local
314 const struct ipv6hdr *ip6h; in tcf_csum_ipv6_udp() local
485 struct ipv6hdr *ip6h; in tcf_csum_ipv6() local
/openbmc/linux/lib/
H A Dtest_blackhole_dev.c30 struct ipv6hdr *ip6h; in test_blackholedev_init() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c183 static void ipv6_set_dsfield(struct ipv6hdr *ip6h, uint8_t dsfield) in ipv6_set_dsfield()
198 struct ipv6hdr *ip6h = header; in build_ipv6_header() local
223 static uint16_t build_udp_v6_csum(const struct ipv6hdr *ip6h, in build_udp_v6_csum()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_core.c172 struct ipv6hdr *ip6h; in ipvlan_get_L3_hdr() local
361 struct ipv6hdr *ip6h; in ipvlan_addr_lookup() local
460 const struct ipv6hdr *ip6h = ipv6_hdr(skb); in ipvlan_route_v6_outbound() local
/openbmc/linux/drivers/infiniband/core/
H A Dlag.c14 struct ipv6hdr *ip6h; in rdma_build_skb() local

1234