Searched refs:what (Results 1 – 19 of 19) sorted by relevance
/net/netfilter/ |
D | xt_connbytes.c | 26 u_int64_t what = 0; /* initialize to make gcc happy */ in connbytes_mt() local 41 switch (sinfo->what) { in connbytes_mt() 45 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets); in connbytes_mt() 48 what = atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 51 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets); in connbytes_mt() 52 what += atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 59 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes); in connbytes_mt() 62 what = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() 65 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes); in connbytes_mt() 66 what += atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() [all …]
|
D | Kconfig | 39 Connection tracking keeps a record of what packets have passed 939 This option allows you to match what routing thinks of an address, 974 what packets. The work-load sharing algorithm is based on source 1468 The specification of what to extract is general enough to skip over
|
/net/caif/ |
D | caif_usb.c | 123 static int cfusbl_device_notify(struct notifier_block *me, unsigned long what, in cfusbl_device_notify() argument 149 if (what == NETDEV_UNREGISTER) in cfusbl_device_notify() 152 if (what != NETDEV_REGISTER) in cfusbl_device_notify()
|
D | caif_dev.c | 355 static int caif_device_notify(struct notifier_block *me, unsigned long what, in caif_device_notify() argument 373 switch (what) { in caif_device_notify()
|
/net/unix/ |
D | Kconfig | 20 Say Y unless you know what you are doing.
|
/net/phonet/ |
D | pn_dev.c | 294 static int phonet_device_notify(struct notifier_block *me, unsigned long what, in phonet_device_notify() argument 299 switch (what) { in phonet_device_notify()
|
/net/dccp/ |
D | Kconfig | 49 what was just said, you don't need it: say N.
|
/net/xfrm/ |
D | Kconfig | 68 Say Y unless you know what you are doing.
|
/net/ceph/ |
D | mon_client.c | 659 int ceph_monc_do_get_version(struct ceph_mon_client *monc, const char *what, in ceph_monc_do_get_version() argument 677 sizeof(u64) + sizeof(u32) + strlen(what), in ceph_monc_do_get_version() 698 ceph_encode_string(&p, end, what, strlen(what)); in ceph_monc_do_get_version()
|
/net/sctp/ |
D | Kconfig | 47 what was just said, you don't need it: say N.
|
/net/atm/ |
D | Kconfig | 73 you know what you are doing.
|
/net/ |
D | Kconfig | 11 Unless you really know what you are doing, you should say Y here. 318 what was just said, you don't need it: say N. 333 what was just said, you don't need it: say N.
|
/net/ipx/ |
D | Kconfig | 59 If you don't know what you are doing, say N.
|
/net/packet/ |
D | af_packet.c | 3099 int what) in packet_dev_mc() argument 3105 if (what > 0) in packet_dev_mc() 3111 return dev_set_promiscuity(dev, what); in packet_dev_mc() 3113 return dev_set_allmulti(dev, what); in packet_dev_mc() 3117 if (what > 0) in packet_dev_mc() 3128 static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what) in packet_dev_mclist() argument 3132 packet_dev_mc(dev, i, what); in packet_dev_mclist()
|
/net/ipv6/ |
D | Kconfig | 246 what to do with a multicast packet based on the source and
|
/net/ipv6/netfilter/ |
D | Kconfig | 18 Connection tracking keeps a record of what packets have passed
|
/net/ipv4/ |
D | Kconfig | 67 Normally, a router decides what to do with a received packet based 232 what to do with a multicast packet based on the source and
|
/net/ipv4/netfilter/ |
D | Kconfig | 18 Connection tracking keeps a record of what packets have passed
|
/net/sched/ |
D | Kconfig | 640 netfilter for NAT unless you know what you are doing.
|