Home
last modified time | relevance | path

Searched refs:what (Results 1 – 19 of 19) 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 …]
DKconfig47 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/
Dcaif_usb.c123 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()
Dcaif_dev.c355 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/
Dmon_client.c752 __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/
DKconfig20 Say Y unless you know what you are doing.
/net/phonet/
Dpn_dev.c294 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/
DKconfig49 what was just said, you don't need it: say N.
/net/xfrm/
DKconfig68 Say Y unless you know what you are doing.
/net/sctp/
DKconfig47 what was just said, you don't need it: say N.
/net/atm/
DKconfig73 you know what you are doing.
/net/ipx/
DKconfig59 If you don't know what you are doing, say N.
/net/
DKconfig11 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/
DKconfig277 what to do with a multicast packet based on the source and
/net/packet/
Daf_packet.c3482 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/
DKconfig18 Connection tracking keeps a record of what packets have passed
/net/ipv4/netfilter/
DKconfig18 Connection tracking keeps a record of what packets have passed
/net/ipv4/
DKconfig67 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/
DKconfig668 netfilter for NAT unless you know what you are doing.