Searched refs:_ip6h (Results 1 – 10 of 10) sorted by relevance
| /linux/net/netfilter/ |
| H A D | xt_AUDIT.c | 48 struct ipv6hdr _ip6h; audit_ip6() local
|
| H A D | nft_log.c | 46 struct ipv6hdr _ip6h; audit_ip6() local
|
| H A D | nft_inner.c | 145 struct ipv6hdr *ip6h, _ip6h; in nft_inner_parse_l2l3() 150 ip6h = skb_header_pointer(pkt->skb, nhoff, sizeof(_ip6h), &_ip6h); in nft_inner_parse_l2l3() 166 thoff = nhoff + sizeof(_ip6h); in nft_inner_parse_l2l3() 138 struct ipv6hdr *ip6h, _ip6h; nft_inner_parse_l2l3() local
|
| H A D | nf_log_syslog.c | 543 struct ipv6hdr _ip6h; in dump_ipv6_packet() local 553 ih = skb_header_pointer(skb, ip6hoff, sizeof(_ip6h), &_ip6h); in dump_ipv6_packet()
|
| H A D | nf_flow_table_ip.c | 350 struct ipv6hdr *ip6h, _ip6h; in nf_flow_ip6_tunnel_proto() local 355 ip6h = skb_header_pointer(skb, ctx->offset, sizeof(*ip6h), &_ip6h); in nf_flow_ip6_tunnel_proto()
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_ip6.c | 42 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()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables_ipv6.h | 31 struct ipv6hdr *ip6h, _ip6h; in __nft_set_pktinfo_ipv6_validate() local 38 sizeof(*ip6h), &_ip6h); in __nft_set_pktinfo_ipv6_validate()
|
| H A D | nf_queue.h | 87 struct ipv6hdr *ip6h, _ip6h; in hash_bridge() 99 sizeof(*ip6h), &_ip6h); in hash_bridge() 83 struct ipv6hdr *ip6h, _ip6h; hash_bridge() local
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_flow.c | 327 struct ipv6hdr *ip6h, _ip6h; in PROG() local 329 ip6h = bpf_flow_dissect_get_header(skb, sizeof(*ip6h), &_ip6h); in PROG() 349 struct ipv6_opt_hdr *ip6h, _ip6h; in PROG() local 351 ip6h = bpf_flow_dissect_get_header(skb, sizeof(*ip6h), &_ip6h); in PROG()
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | csum.c | 207 static void *build_packet_ipv6(void *_ip6h, uint8_t proto, unsigned int len) in build_packet_ipv6() argument 209 struct ipv6hdr *ip6h = _ip6h; in build_packet_ipv6()
|