Searched refs:map_set (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | xt_set.c | 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() 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() 497 ip_set_nfnl_put(par->net, info->map_set.index); in set_target_v3_checkentry() 516 if (info->map_set.index != IPSET_INVALID_ID) in set_target_v3_destroy() [all …]
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_set.h | 80 struct xt_set_info map_set; member
|
/openbmc/linux/net/tipc/ |
H A 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()
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs2_trace.h | 2630 void *recovery_thread, int map_set), 2631 TP_ARGS(node_num, osb_node_num, disable, recovery_thread, map_set), 2637 __field(int,map_set) 2644 __entry->map_set = map_set; 2648 __entry->recovery_thread, __entry->map_set)
|