/linux-4.4.14/net/netfilter/ipset/ |
H A D | ip_set_list_set.c | 57 u32 cmdflags = opt->cmdflags; list_set_ktest() local 61 opt->cmdflags &= ~IPSET_FLAG_MATCH_COUNTERS; list_set_ktest() 62 if (opt->cmdflags & IPSET_FLAG_SKIP_SUBCOUNTER_UPDATE) list_set_ktest() 63 opt->cmdflags &= ~IPSET_FLAG_SKIP_COUNTER_UPDATE; list_set_ktest() 73 cmdflags); list_set_ktest() local 77 cmdflags); list_set_ktest() local
|
H A D | ip_set_hash_netiface.c | 178 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { hash_netiface4_kadt() 194 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netiface4_kadt() 388 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { hash_netiface6_kadt() 405 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netiface6_kadt()
|
H A D | ip_set_hash_mac.c | 98 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_mac4_kadt()
|
H A D | ip_set_hash_ip.c | 97 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ip4_kadt() 230 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ip6_kadt()
|
H A D | ip_set_hash_ipmark.c | 97 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipmark4_kadt() 223 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipmark6_kadt()
|
H A D | ip_set_hash_ipport.c | 104 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipport4_kadt() 262 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipport6_kadt()
|
H A D | ip_set_hash_net.c | 135 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_net4_kadt() 304 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_net6_kadt()
|
H A D | ip_set_hash_ipportip.c | 107 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipportip4_kadt() 273 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipportip6_kadt()
|
H A D | ip_set_hash_netnet.c | 161 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netnet4_kadt() 395 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netnet6_kadt()
|
H A D | ip_set_hash_netport.c | 153 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netport4_kadt() 368 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netport6_kadt()
|
H A D | ip_set_hash_ipportnet.c | 159 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipportnet4_kadt() 410 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_ipportnet6_kadt()
|
H A D | ip_set_hash_netportnet.c | 176 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netportnet4_kadt() 454 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); hash_netportnet6_kadt()
|
H A D | ip_set_bitmap_ip.c | 128 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); bitmap_ip_kadt()
|
H A D | ip_set_bitmap_port.c | 125 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); bitmap_port_kadt()
|
H A D | ip_set_bitmap_ipmac.c | 237 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); bitmap_ipmac_kadt()
|
H A D | ip_set_core.c | 547 if ((opt->cmdflags & IPSET_FLAG_RETURN_NOMATCH) && ip_set_test()
|
/linux-4.4.14/net/netfilter/ |
H A D | xt_set.c | 47 .cmdflags = cfs, \ 125 opt.cmdflags |= IPSET_FLAG_RETURN_NOMATCH; set_match_v1() 192 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; set_match_v3() 197 if (!(ret && opt.cmdflags & IPSET_FLAG_MATCH_COUNTERS)) set_match_v3() 239 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; set_match_v4() 244 if (!(ret && opt.cmdflags & IPSET_FLAG_MATCH_COUNTERS)) set_match_v4() 448 map_opt.cmdflags |= info->flags & (IPSET_FLAG_MAP_SKBMARK | set_target_v3() 455 if (map_opt.cmdflags & IPSET_FLAG_MAP_SKBMARK) set_target_v3() 458 if (map_opt.cmdflags & IPSET_FLAG_MAP_SKBPRIO) set_target_v3() 460 if ((map_opt.cmdflags & IPSET_FLAG_MAP_SKBQUEUE) && set_target_v3()
|
/linux-4.4.14/net/sched/ |
H A D | em_ipset.c | 85 opt.cmdflags = 0; em_ipset_match()
|
/linux-4.4.14/net/netrom/ |
H A D | nr_subr.c | 214 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags) __nr_transmit_reply() argument 255 *dptr++ = cmdflags; __nr_transmit_reply()
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 140 struct ip_set_ext *mext, u32 cmdflags); 147 u32 cmdflags; /* Command-like flags */ member in struct:ip_set_adt_opt
|
/linux-4.4.14/include/net/ |
H A D | netrom.h | 229 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags);
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | atmel-mci.c | 1141 u32 cmdflags; atmci_start_request() local 1194 cmdflags = atmci_prepare_command(slot->mmc, cmd); atmci_start_request() 1203 atmci_send_command(host, cmd, cmdflags); atmci_start_request() 1209 atmci_send_command(host, cmd, cmdflags); atmci_start_request()
|
H A D | dw_mmc.c | 1150 u32 cmdflags; __dw_mci_start_request() local 1170 cmdflags = dw_mci_prepare_command(slot->mmc, cmd); __dw_mci_start_request() 1174 cmdflags |= SDMMC_CMD_INIT; __dw_mci_start_request() 1181 dw_mci_start_command(host, cmd, cmdflags); __dw_mci_start_request()
|