Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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-v5.4/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-v5.4/net/netfilter/ |
| D | nf_nat_redirect.c | 78 static const struct in6_addr loopback_addr = IN6ADDR_LOOPBACK_INIT;
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | ipv6_flowlabel.c | 184 .sin6_addr = IN6ADDR_LOOPBACK_INIT, in main()
|
| 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;
|
| /Linux-v5.4/net/ipv6/ |
| D | addrconf_core.c | 206 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|