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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c382 err = create_pair(s, AF_INET, SOCK_STREAM, &c1, &p1);
499 err = create_pair(s, AF_INET, SOCK_STREAM, &c1, &p1);
H A Dsockmap_helpers.h315 static inline int create_pair(int s, int family, int sotype, int *c, int *p) function
351 err = create_pair(s, family, sotype, c0, p0);
355 err = create_pair(s, family, sotype, c1, p1);

Completed in 402 milliseconds