Home
last modified time | relevance | path

Searched refs:_ip6h (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_AUDIT.c48 struct ipv6hdr _ip6h; in audit_ip6() local
53 ih = skb_header_pointer(skb, skb_network_offset(skb), sizeof(_ip6h), &_ip6h); in audit_ip6()
58 ipv6_skip_exthdr(skb, skb_network_offset(skb) + sizeof(_ip6h), &nexthdr, &frag_off); in audit_ip6()
H A Dnft_log.c46 struct ipv6hdr _ip6h; in audit_ip6() local
51 ih = skb_header_pointer(skb, skb_network_offset(skb), sizeof(_ip6h), &_ip6h); in audit_ip6()
56 ipv6_skip_exthdr(skb, skb_network_offset(skb) + sizeof(_ip6h), &nexthdr, &frag_off); in audit_ip6()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_ip6.c42 struct ipv6hdr _ip6h; in ebt_ip6_mt() local
46 ih6 = skb_header_pointer(skb, 0, sizeof(_ip6h), &_ip6h); in ebt_ip6_mt()
67 offset_ph = ipv6_skip_exthdr(skb, sizeof(_ip6h), &nexthdr, &frag_off); in ebt_ip6_mt()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables_ipv6.h33 struct ipv6hdr *ip6h, _ip6h; in __nft_set_pktinfo_ipv6_validate() local
40 &_ip6h); in __nft_set_pktinfo_ipv6_validate()
H A Dnf_queue.h84 struct ipv6hdr *ip6h, _ip6h; in hash_bridge() local
96 sizeof(*ip6h), &_ip6h); in hash_bridge()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c313 struct ipv6hdr *ip6h, _ip6h; in PROG() local
315 ip6h = bpf_flow_dissect_get_header(skb, sizeof(*ip6h), &_ip6h); in PROG()
335 struct ipv6_opt_hdr *ip6h, _ip6h; in PROG() local
337 ip6h = bpf_flow_dissect_get_header(skb, sizeof(*ip6h), &_ip6h); in PROG()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_log_ipv6.c43 struct ipv6hdr _ip6h; in dump_ipv6_packet() local
54 ih = skb_header_pointer(skb, ip6hoff, sizeof(_ip6h), &_ip6h); in dump_ipv6_packet()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0007-netfilter-nft_log-complete-NFTA_LOG_FLAGS-attr-suppo.patch190 ih = skb_header_pointer(skb, ip6hoff, sizeof(_ip6h), &_ip6h);