Searched refs:sotype (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | sockmap_listen.c | 308 if (sotype & SOCK_DGRAM) in socket_loopback_reuseport() 1068 int sotype) in test_skb_redir_to_connected() argument 1093 int sotype) in test_msg_redir_to_connected() argument 1170 int sotype) in test_skb_redir_to_listening() argument 1195 int sotype) in test_msg_redir_to_listening() argument 1506 switch (sotype) { in sotype_str() 1523 int sotype; in test_ops() member 1562 if (t->sotype != 0 && t->sotype != sotype) in test_ops() 1679 int sotype) in test_unix_redir() argument 1699 int sotype; in test_reuseport() member [all …]
|
A D | sk_lookup.c | 73 int sotype; member 758 .sotype = SOCK_DGRAM, in test_redirect_lookup() 766 .sotype = SOCK_DGRAM, in test_redirect_lookup() 775 .sotype = SOCK_DGRAM, in test_redirect_lookup() 785 .sotype = SOCK_DGRAM, in test_redirect_lookup() 796 .sotype = SOCK_DGRAM, in test_redirect_lookup() 805 .sotype = SOCK_DGRAM, in test_redirect_lookup() 813 .sotype = SOCK_DGRAM, in test_redirect_lookup() 821 .sotype = SOCK_DGRAM, in test_redirect_lookup() 830 .sotype = SOCK_DGRAM, in test_redirect_lookup() [all …]
|
A D | select_reuseport.c | 764 static const char *sotype_str(int sotype) in sotype_str() argument 766 switch (sotype) { in sotype_str() 778 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() argument 781 void (*fn)(int sotype, sa_family_t family); in test_config() 800 if (t->need_sotype && t->need_sotype != sotype) in test_config() 805 family_str(family), sotype_str(sotype), in test_config() 811 setup_per_test(sotype, family, inany, t->no_inner_map); in test_config() 812 t->fn(sotype, family); in test_config() 822 int sotype; in test_all() member 836 test_config(c->sotype, c->family, c->inany); in test_all()
|
Completed in 14 milliseconds