Lines Matching defs:family
90 static void test_sockmap_strp_dispatch_pkt(int family, int sotype)
114 err = create_socket_pairs(family, sotype, &c0, &c1, &p0, &p1);
168 static void test_sockmap_strp_multiple_pkt(int family, int sotype)
181 err = create_pair(family, sotype, &c, &p);
229 static void test_sockmap_strp_partial_read(int family, int sotype)
241 err = create_pair(family, sotype, &c, &p);
289 static void test_sockmap_strp_pass(int family, int sotype, bool fionread)
302 err = create_pair(family, sotype, &c, &p);
368 static void test_sockmap_strp_verdict(int family, int sotype)
385 err = create_socket_pairs(family, sotype, &c0, &c1, &p0, &p1);