Home
last modified time | relevance | path

Searched refs:socket_loopback (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c107 s = socket_loopback(family, sotype); in test_insert()
124 s = socket_loopback(family, sotype); in test_delete_after_insert()
142 s = socket_loopback(family, sotype); in test_delete_after_close()
167 s = socket_loopback(family, sotype); in test_lookup_after_insert()
195 s = socket_loopback(family, sotype); in test_lookup_after_delete()
218 s = socket_loopback(family, sotype); in test_lookup_32_bit_value()
250 s1 = socket_loopback(family, sotype); in test_update_existing()
254 s2 = socket_loopback(family, sotype); in test_update_existing()
280 s = socket_loopback(family, sotype); in do_destroy_orphan_child()
342 s = socket_loopback(family, sotype); in test_clone_after_delete()
[all …]
H A Dsockmap_basic.c379 s = socket_loopback(AF_INET, SOCK_STREAM); in test_sockmap_skb_verdict_shutdown()
444 s = socket_loopback(AF_INET, SOCK_STREAM); in test_sockmap_skb_verdict_fionread()
495 s = socket_loopback(AF_INET, SOCK_STREAM); in test_sockmap_skb_verdict_peek()
H A Dsockmap_helpers.h410 static inline int socket_loopback(int family, int sotype) in socket_loopback() function