Searched refs:inet_socketpair (Results 1 - 1 of 1) sorted by path

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c1670 static int inet_socketpair(int family, int type, int *s, int *c) function
1718 err = inet_socketpair(family, SOCK_DGRAM, &p0, &c0);
1721 err = inet_socketpair(family, SOCK_DGRAM, &p1, &c1);
1779 err = inet_socketpair(family, SOCK_DGRAM, &p1, &c1);
1827 err = inet_socketpair(family, SOCK_DGRAM, &p0, &c0);

Completed in 175 milliseconds