Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_flow_dissector.c | 104 INIT_ADDR6(in_daddr6, IN6ADDR_LOOPBACK_INIT, CFG_PORT_INNER) in INIT_ADDR4() 105 INIT_ADDR6(in_saddr6, IN6ADDR_LOOPBACK_INIT, 0) in INIT_ADDR4() 106 INIT_ADDR6(out_daddr6, IN6ADDR_LOOPBACK_INIT, 0) in INIT_ADDR4() 107 INIT_ADDR6(out_saddr6, IN6ADDR_LOOPBACK_INIT, 0) in INIT_ADDR4() 108 INIT_ADDR6(extra_daddr6, IN6ADDR_LOOPBACK_INIT, 0) in INIT_ADDR4() 109 INIT_ADDR6(extra_saddr6, IN6ADDR_LOOPBACK_INIT, 0) in INIT_ADDR4()
|
/linux-6.1.9/include/linux/ |
D | in6.h | 28 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/linux-6.1.9/net/netfilter/ |
D | nf_nat_redirect.c | 78 static const struct in6_addr loopback_addr = IN6ADDR_LOOPBACK_INIT;
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | connect_ping.c | 29 .sin6_addr = IN6ADDR_LOOPBACK_INIT, in subtest()
|
/linux-6.1.9/net/ipv6/ |
D | addrconf_core.c | 223 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | ipv6_flowlabel.c | 50 .sin6_addr = IN6ADDR_LOOPBACK_INIT,
|
D | ip_defrag.c | 27 const struct in6_addr addr6 = IN6ADDR_LOOPBACK_INIT;
|
D | udpgso.c | 72 const struct in6_addr addr6 = IN6ADDR_LOOPBACK_INIT;
|