Searched refs:map_set (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/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 …]
|
/Linux-v6.1/include/uapi/linux/netfilter/ |
D | xt_set.h | 80 struct xt_set_info map_set; member
|
/Linux-v6.1/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()
|
/Linux-v6.1/fs/ocfs2/ |
D | ocfs2_trace.h | 2627 void *recovery_thread, int map_set), 2628 TP_ARGS(node_num, osb_node_num, disable, recovery_thread, map_set), 2634 __field(int,map_set) 2641 __entry->map_set = map_set; 2645 __entry->recovery_thread, __entry->map_set)
|