/linux-5.19.10/net/netfilter/ ! |
D | xt_set.c | 43 .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()
|
/linux-5.19.10/net/netrom/ ! |
D | nr_subr.c | 211 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags) in __nr_transmit_reply() argument 252 *dptr++ = cmdflags; in __nr_transmit_reply()
|
/linux-5.19.10/net/netfilter/ipset/ ! |
D | ip_set_hash_netiface.c | 178 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface4_kadt() 194 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface4_kadt() 399 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt() 416 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface6_kadt()
|
D | ip_set_hash_ip.c | 94 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip4_kadt() 236 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ip6_kadt()
|
D | ip_set_hash_ipmac.c | 106 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()
|
D | ip_set_hash_ipmark.c | 93 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()
|
D | ip_set_list_set.c | 56 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()
|
D | ip_set_hash_net.c | 132 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net4_kadt() 309 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net6_kadt()
|
D | ip_set_hash_ipport.c | 101 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()
|
D | ip_set_hash_mac.c | 91 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_mac4_kadt()
|
D | ip_set_hash_ipportip.c | 104 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()
|
D | ip_set_hash_netport.c | 150 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netport4_kadt() 375 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netport6_kadt()
|
D | ip_set_hash_netnet.c | 159 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netnet4_kadt() 407 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netnet6_kadt()
|
D | ip_set_hash_ipportnet.c | 156 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportnet4_kadt() 410 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportnet6_kadt()
|
D | ip_set_hash_netportnet.c | 173 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netportnet4_kadt() 466 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netportnet6_kadt()
|
D | ip_set_bitmap_port.c | 149 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in bitmap_port_kadt()
|
D | ip_set_bitmap_ip.c | 126 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in bitmap_ip_kadt()
|
D | ip_set_bitmap_ipmac.c | 237 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in bitmap_ipmac_kadt()
|
D | ip_set_core.c | 755 if ((opt->cmdflags & IPSET_FLAG_RETURN_NOMATCH) && in ip_set_test()
|
/linux-5.19.10/net/sched/ ! |
D | em_ipset.c | 83 opt.cmdflags = 0; in em_ipset_match()
|
/linux-5.19.10/include/linux/netfilter/ipset/ ! |
D | ip_set.h | 138 struct ip_set_ext *mext, u32 cmdflags); 145 u32 cmdflags; /* Command-like flags */ member
|
/linux-5.19.10/include/net/ ! |
D | netrom.h | 232 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags);
|
/linux-5.19.10/drivers/mmc/host/ ! |
D | atmel-mci.c | 1239 u32 cmdflags; in atmci_start_request() local 1292 cmdflags = atmci_prepare_command(slot->mmc, cmd); in atmci_start_request() 1301 atmci_send_command(host, cmd, cmdflags); in atmci_start_request() 1307 atmci_send_command(host, cmd, cmdflags); in atmci_start_request()
|
D | dw_mmc.c | 1324 u32 cmdflags; in __dw_mci_start_request() local 1343 cmdflags = dw_mci_prepare_command(slot->mmc, cmd); in __dw_mci_start_request() 1347 cmdflags |= SDMMC_CMD_INIT; in __dw_mci_start_request() 1354 dw_mci_start_command(host, cmd, cmdflags); in __dw_mci_start_request()
|