Searched refs:map_set (Results 1 – 2 of 2) sorted by relevance
/net/netfilter/ |
D | xt_set.c | 400 ADT_OPT(map_opt, xt_family(par), info->map_set.dim, in set_target_v3() 401 info->map_set.flags, 0, UINT_MAX, in set_target_v3() 412 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3() 416 ret = match_set(info->map_set.index, skb, par, &map_opt, in set_target_v3() 417 info->map_set.flags & IPSET_INV_MATCH); in set_target_v3() 461 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3_checkentry() 477 info->map_set.index); in set_target_v3_checkentry() 480 info->map_set.index); in set_target_v3_checkentry() 488 info->map_set.dim > IPSET_DIM_MAX) { in set_target_v3_checkentry() 496 if (info->map_set.index != IPSET_INVALID_ID) in set_target_v3_checkentry() [all …]
|
/net/tipc/ |
D | monitor.c | 155 static void map_set(u64 *up_map, int i, unsigned int v) in map_set() function 292 map_set(&dom->up_map, i, peer->is_up); in mon_update_local_domain()
|