Home
last modified time | relevance | path

Searched refs:cmdflags (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_set.c43 .cmdflags = cfs, \
127 opt.cmdflags |= IPSET_FLAG_RETURN_NOMATCH; in set_match_v1()
177 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; in set_match_v3()
200 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; in set_match_v4()
413 map_opt.cmdflags |= info->flags & (IPSET_FLAG_MAP_SKBMARK | in set_target_v3()
420 if (map_opt.cmdflags & IPSET_FLAG_MAP_SKBMARK) in set_target_v3()
423 if (map_opt.cmdflags & IPSET_FLAG_MAP_SKBPRIO) in set_target_v3()
425 if ((map_opt.cmdflags & IPSET_FLAG_MAP_SKBQUEUE) && in set_target_v3()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_set.c43 .cmdflags = cfs, \
127 opt.cmdflags |= IPSET_FLAG_RETURN_NOMATCH; in set_match_v1()
177 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; in set_match_v3()
200 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; in set_match_v4()
413 map_opt.cmdflags |= info->flags & (IPSET_FLAG_MAP_SKBMARK | in set_target_v3()
420 if (map_opt.cmdflags & IPSET_FLAG_MAP_SKBMARK) in set_target_v3()
423 if (map_opt.cmdflags & IPSET_FLAG_MAP_SKBPRIO) in set_target_v3()
425 if ((map_opt.cmdflags & IPSET_FLAG_MAP_SKBQUEUE) && in set_target_v3()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_netiface.c177 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface4_kadt()
193 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface4_kadt()
395 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt()
412 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface6_kadt()
H A Dip_set_hash_ipmark.c92 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmark4_kadt()
227 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmark6_kadt()
H A Dip_set_hash_ip.c93 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip4_kadt()
233 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip6_kadt()
H A Dip_set_hash_ipmac.c106 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmac4_kadt()
222 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmac6_kadt()
H A Dip_set_list_set.c56 u32 flags = opt->cmdflags; in list_set_ktest()
60 opt->cmdflags &= ~IPSET_FLAG_MATCH_COUNTERS; in list_set_ktest()
61 if (opt->cmdflags & IPSET_FLAG_SKIP_SUBCOUNTER_UPDATE) in list_set_ktest()
62 opt->cmdflags |= IPSET_FLAG_SKIP_COUNTER_UPDATE; in list_set_ktest()
H A Dip_set_hash_mac.c91 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_mac4_kadt()
H A Dip_set_hash_net.c131 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net4_kadt()
305 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net6_kadt()
H A Dip_set_hash_ipportip.c103 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportip4_kadt()
273 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportip6_kadt()
H A Dip_set_hash_ipport.c100 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipport4_kadt()
262 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipport6_kadt()
H A Dip_set_hash_netport.c149 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netport4_kadt()
369 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netport6_kadt()
H A Dip_set_hash_netnet.c158 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netnet4_kadt()
397 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netnet6_kadt()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_netiface.c178 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface4_kadt()
194 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface4_kadt()
396 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt()
413 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface6_kadt()
H A Dip_set_hash_ipmark.c93 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmark4_kadt()
228 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmark6_kadt()
H A Dip_set_hash_ip.c96 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip4_kadt()
230 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip6_kadt()
H A Dip_set_hash_ipmac.c106 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmac4_kadt()
222 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipmac6_kadt()
H A Dip_set_list_set.c56 u32 flags = opt->cmdflags; in list_set_ktest()
60 opt->cmdflags &= ~IPSET_FLAG_MATCH_COUNTERS; in list_set_ktest()
61 if (opt->cmdflags & IPSET_FLAG_SKIP_SUBCOUNTER_UPDATE) in list_set_ktest()
62 opt->cmdflags |= IPSET_FLAG_SKIP_COUNTER_UPDATE; in list_set_ktest()
H A Dip_set_hash_mac.c91 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_mac4_kadt()
/kernel/linux/linux-5.10/net/netrom/
H A Dnr_subr.c212 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags) in __nr_transmit_reply() argument
253 *dptr++ = cmdflags; in __nr_transmit_reply()
/kernel/linux/linux-6.6/net/netrom/
H A Dnr_subr.c213 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags) in __nr_transmit_reply() argument
254 *dptr++ = cmdflags; in __nr_transmit_reply()
/kernel/linux/linux-5.10/net/sched/
H A Dem_ipset.c83 opt.cmdflags = 0; in em_ipset_match()
/kernel/linux/linux-6.6/net/sched/
H A Dem_ipset.c83 opt.cmdflags = 0; in em_ipset_match()
/kernel/linux/linux-5.10/include/linux/netfilter/ipset/
H A Dip_set.h140 struct ip_set_ext *mext, u32 cmdflags);
147 u32 cmdflags; /* Command-like flags */ member
/kernel/linux/linux-6.6/include/linux/netfilter/ipset/
H A Dip_set.h138 struct ip_set_ext *mext, u32 cmdflags);
145 u32 cmdflags; /* Command-like flags */ member

Completed in 17 milliseconds

12