Home
last modified time | relevance | path

Searched refs:what (Results 1 – 15 of 15) sorted by relevance

/net/netfilter/
Dxt_connbytes.c26 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 …]
DKconfig64 Connection tracking keeps a record of what packets have passed
497 choose what flows are placed into the hardware.
1123 This option allows you to match what routing thinks of an address,
1158 what packets. The work-load sharing algorithm is based on source
1638 The specification of what to extract is general enough to skip over
/net/caif/
Dcaif_usb.c127 static int cfusbl_device_notify(struct notifier_block *me, unsigned long what, in cfusbl_device_notify() argument
137 if (what == NETDEV_UNREGISTER && dev->reg_state >= NETREG_UNREGISTERED) in cfusbl_device_notify()
157 if (what == NETDEV_UNREGISTER) in cfusbl_device_notify()
160 if (what != NETDEV_REGISTER) in cfusbl_device_notify()
Dcaif_dev.c362 static int caif_device_notify(struct notifier_block *me, unsigned long what, in caif_device_notify() argument
381 switch (what) { in caif_device_notify()
/net/ceph/
Dmon_client.c780 __ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in __ceph_monc_get_version() argument
790 sizeof(u64) + sizeof(u32) + strlen(what), in __ceph_monc_get_version()
810 ceph_encode_string(&p, end, what, strlen(what)); in __ceph_monc_get_version()
828 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version() argument
834 req = __ceph_monc_get_version(monc, what, NULL, 0); in ceph_monc_get_version()
852 int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version_async() argument
857 req = __ceph_monc_get_version(monc, what, cb, private_data); in ceph_monc_get_version_async()
/net/unix/
DKconfig21 Say Y unless you know what you are doing.
/net/phonet/
Dpn_dev.c281 static int phonet_device_notify(struct notifier_block *me, unsigned long what, in phonet_device_notify() argument
286 switch (what) { in phonet_device_notify()
/net/xfrm/
DKconfig95 Say Y unless you know what you are doing.
/net/atm/
DKconfig74 you know what you are doing.
/net/ipv4/
DKconfig68 Normally, a router decides what to do with a received packet based
238 what to do with a multicast packet based on the source and
399 The default is almost always what you want.
400 Only change this if you know what you are doing.
/net/
DKconfig12 Unless you really know what you are doing, you should say Y here.
340 what was just said, you don't need it: say N.
/net/bridge/netfilter/
DKconfig35 Connection tracking keeps a record of what packets have passed
/net/ipv6/
DKconfig260 what to do with a multicast packet based on the source and
/net/packet/
Daf_packet.c3551 int what) in packet_dev_mc() argument
3557 if (what > 0) in packet_dev_mc()
3563 return dev_set_promiscuity(dev, what); in packet_dev_mc()
3565 return dev_set_allmulti(dev, what); in packet_dev_mc()
3569 if (what > 0) in packet_dev_mc()
/net/sched/
DKconfig714 netfilter for NAT unless you know what you are doing.