Searched refs:map_set (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/netfilter/
H A Dxt_set.h80 struct xt_set_info map_set; member in struct:xt_set_info_target_v3
/linux-master/net/netfilter/
H A Dxt_set.c400 ADT_OPT(map_opt, xt_family(par), info->map_set.dim,
401 info->map_set.flags, 0, UINT_MAX,
412 if (info->map_set.index != IPSET_INVALID_ID) {
416 ret = match_set(info->map_set.index, skb, par, &map_opt,
417 info->map_set.flags & IPSET_INV_MATCH);
461 if (info->map_set.index != IPSET_INVALID_ID) {
477 info->map_set.index);
479 pr_info_ratelimited("Cannot find map_set index %u as target\n",
480 info->map_set.index);
488 info->map_set
[all...]
/linux-master/fs/ocfs2/
H A Docfs2_trace.h2626 void *recovery_thread, int map_set),
2627 TP_ARGS(node_num, osb_node_num, disable, recovery_thread, map_set),
2633 __field(int,map_set)
2640 __entry->map_set = map_set;
2644 __entry->recovery_thread, __entry->map_set)
/linux-master/net/tipc/
H A Dmonitor.c155 static void map_set(u64 *up_map, int i, unsigned int v) function
292 map_set(&dom->up_map, i, peer->is_up);

Completed in 229 milliseconds