Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A 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()
|
/openbmc/linux/include/linux/ |
H A 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
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_redirect.c | 81 static const struct in6_addr loopback_addr = IN6ADDR_LOOPBACK_INIT;
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | connect_ping.c | 29 .sin6_addr = IN6ADDR_LOOPBACK_INIT, in subtest()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel.c | 50 .sin6_addr = IN6ADDR_LOOPBACK_INIT,
|
H A D | ip_defrag.c | 27 const struct in6_addr addr6 = IN6ADDR_LOOPBACK_INIT;
|
H A D | udpgso.c | 72 const struct in6_addr addr6 = IN6ADDR_LOOPBACK_INIT;
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf_core.c | 224 = IN6ADDR_LOOPBACK_INIT;
|