Searched refs:map_set (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | xt_set.c | 425 ADT_OPT(map_opt, par->family, info->map_set.dim, in set_target_v3() 426 info->map_set.flags, 0, UINT_MAX); in set_target_v3() 438 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3() 442 ret = match_set(info->map_set.index, skb, par, &map_opt, in set_target_v3() 443 info->map_set.flags & IPSET_INV_MATCH); in set_target_v3() 489 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3_checkentry() 504 info->map_set.index); in set_target_v3_checkentry() 507 info->map_set.index); in set_target_v3_checkentry() 520 info->map_set.dim > IPSET_DIM_MAX) { in set_target_v3_checkentry() 527 if (info->map_set.index != IPSET_INVALID_ID) in set_target_v3_checkentry() [all …]
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_set.h | 79 struct xt_set_info map_set; member
|
/linux-4.1.27/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)
|