/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 | 47 Connection tracking keeps a record of what packets have passed 1000 This option allows you to match what routing thinks of an address, 1035 what packets. The work-load sharing algorithm is based on source 1530 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/ceph/ |
D | mon_client.c | 752 __ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in __ceph_monc_get_version() argument 762 sizeof(u64) + sizeof(u32) + strlen(what), in __ceph_monc_get_version() 782 ceph_encode_string(&p, end, what, strlen(what)); in __ceph_monc_get_version() 800 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version() argument 806 req = __ceph_monc_get_version(monc, what, NULL, 0); in ceph_monc_get_version() 824 int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version_async() argument 829 req = __ceph_monc_get_version(monc, what, cb, private_data); in ceph_monc_get_version_async()
|
/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/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/ipx/ |
D | Kconfig | 59 If you don't know what you are doing, say N.
|
/net/ |
D | Kconfig | 11 Unless you really know what you are doing, you should say Y here. 329 what was just said, you don't need it: say N. 344 what was just said, you don't need it: say N.
|
/net/ipv6/ |
D | Kconfig | 277 what to do with a multicast packet based on the source and
|
/net/packet/ |
D | af_packet.c | 3482 int what) in packet_dev_mc() argument 3488 if (what > 0) in packet_dev_mc() 3494 return dev_set_promiscuity(dev, what); in packet_dev_mc() 3496 return dev_set_allmulti(dev, what); in packet_dev_mc() 3500 if (what > 0) in packet_dev_mc()
|
/net/ipv6/netfilter/ |
D | Kconfig | 18 Connection tracking keeps a record of what packets have passed
|
/net/ipv4/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 233 what to do with a multicast packet based on the source and
|
/net/sched/ |
D | Kconfig | 668 netfilter for NAT unless you know what you are doing.
|