Searched defs:what (Results 1 - 6 of 6) sorted by relevance

/net/netfilter/
H A Dxt_connbytes.c26 u_int64_t what = 0; /* initialize to make gcc happy */ local
41 switch (sinfo->what) {
45 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets);
48 what = atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
51 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets);
52 what += atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
59 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes);
62 what = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
65 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes);
66 what
[all...]
/net/caif/
H A Dcaif_usb.c123 static int cfusbl_device_notify(struct notifier_block *me, unsigned long what, argument
149 if (what == NETDEV_UNREGISTER)
152 if (what != NETDEV_REGISTER)
H A Dcaif_dev.c355 static int caif_device_notify(struct notifier_block *me, unsigned long what, argument
373 switch (what) {
/net/phonet/
H A Dpn_dev.c294 static int phonet_device_notify(struct notifier_block *me, unsigned long what, argument
299 switch (what) {
/net/ceph/
H A Dmon_client.c657 * @what: one of "mdsmap", "osdmap" or "monmap"
659 int ceph_monc_do_get_version(struct ceph_mon_client *monc, const char *what, argument
677 sizeof(u64) + sizeof(u32) + strlen(what),
698 ceph_encode_string(&p, end, what, strlen(what));
/net/packet/
H A Daf_packet.c657 * (which is what we want). However, the user could choose
3064 int what)
3070 if (what > 0)
3076 return dev_set_promiscuity(dev, what);
3078 return dev_set_allmulti(dev, what);
3082 if (what > 0)
3093 static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what) argument
3097 packet_dev_mc(dev, i, what);
3063 packet_dev_mc(struct net_device *dev, struct packet_mclist *i, int what) argument

Completed in 77 milliseconds