Searched refs:typeflags (Results 1 – 1 of 1) sorted by relevance
120 args.type_flags = typeflags; in sock_fanout_open()125 val = (((int) typeflags) << 16) | group_id; in sock_fanout_open()168 *typeflags = sockopt >> 16; in sock_fanout_getopts()427 uint16_t typeflags, first_group_id, second_group_id; in test_unique_fanout_group_ids() local438 sock_fanout_getopts(fds[0], &typeflags, &first_group_id); in test_unique_fanout_group_ids()439 if (typeflags != PACKET_FANOUT_HASH) { in test_unique_fanout_group_ids()478 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument483 uint8_t type = typeflags & 0xFF; in test_datapath()487 typeflags, (uint16_t)PORT_BASE, in test_datapath()490 fds[0] = sock_fanout_open(typeflags, 0); in test_datapath()[all …]