Searched refs:map_set (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | xt_set.c | 436 ADT_OPT(map_opt, par->family, info->map_set.dim, in set_target_v3() 437 info->map_set.flags, 0, UINT_MAX); in set_target_v3() 447 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3() 451 ret = match_set(info->map_set.index, skb, par, &map_opt, in set_target_v3() 452 info->map_set.flags & IPSET_INV_MATCH); in set_target_v3() 497 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3_checkentry() 511 info->map_set.index); in set_target_v3_checkentry() 514 info->map_set.index); in set_target_v3_checkentry() 527 info->map_set.dim > IPSET_DIM_MAX) { in set_target_v3_checkentry() 533 if (info->map_set.index != IPSET_INVALID_ID) in set_target_v3_checkentry() [all …]
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_set.h | 79 struct xt_set_info map_set; member
|
/linux-4.4.14/fs/ocfs2/ |
D | ocfs2_trace.h | 2628 void *recovery_thread, int map_set), 2629 TP_ARGS(node_num, osb_node_num, disable, recovery_thread, map_set), 2635 __field(int,map_set) 2642 __entry->map_set = map_set; 2646 __entry->recovery_thread, __entry->map_set)
|