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 …]
DKconfig39 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/
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/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/ceph/
Dmon_client.c659 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/
DKconfig47 what was just said, you don't need it: say N.
/net/atm/
DKconfig73 you know what you are doing.
/net/
DKconfig11 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/
DKconfig59 If you don't know what you are doing, say N.
/net/packet/
Daf_packet.c3099 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/
DKconfig246 what to do with a multicast packet based on the source and
/net/ipv6/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
232 what to do with a multicast packet based on the source and
/net/ipv4/netfilter/
DKconfig18 Connection tracking keeps a record of what packets have passed
/net/sched/
DKconfig640 netfilter for NAT unless you know what you are doing.