/net/batman-adv/ |
D | translation-table.c | 95 common); in batadv_tt_local_hash_find() 109 common); in batadv_tt_global_hash_find() 116 if (atomic_dec_and_test(&tt_local_entry->common.refcount)) in batadv_tt_local_entry_free_ref() 117 kfree_rcu(tt_local_entry, common.rcu); in batadv_tt_local_entry_free_ref() 127 struct batadv_tt_global_entry, common); in batadv_tt_global_entry_free_rcu() 135 if (atomic_dec_and_test(&tt_global_entry->common.refcount)) { in batadv_tt_global_entry_free_ref() 137 call_rcu(&tt_global_entry->common.rcu, in batadv_tt_global_entry_free_ref() 250 tt_global->common.addr, message); in batadv_tt_global_free() 253 batadv_choose_orig, tt_global->common.addr); in batadv_tt_global_free() 273 if (tt_local->common.flags & BATADV_TT_CLIENT_PENDING) { in batadv_tt_local_add() [all …]
|
D | types.h | 700 struct batadv_tt_common_entry common; member 712 struct batadv_tt_common_entry common; member
|
/net/caif/ |
D | caif_usb.c | 127 struct caif_dev_common common; in cfusbl_device_notify() local 157 memset(&common, 0, sizeof(common)); in cfusbl_device_notify() 158 common.use_frag = false; in cfusbl_device_notify() 159 common.use_fcs = false; in cfusbl_device_notify() 160 common.use_stx = false; in cfusbl_device_notify() 161 common.link_select = CAIF_LINK_HIGH_BANDW; in cfusbl_device_notify() 162 common.flowctrl = NULL; in cfusbl_device_notify() 173 caif_enroll_dev(dev, &common, link_support, CFUSB_MAX_HEADLEN, in cfusbl_device_notify()
|
/net/sched/ |
D | sch_drr.c | 22 struct Qdisc_class_common common; member 50 return container_of(clc, struct drr_class, common); in drr_find_class() 111 cl->common.classid = classid; in drr_change_class() 130 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class() 157 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class() 222 &pfifo_qdisc_ops, cl->common.classid); in drr_graft_class() 257 tcm->tcm_handle = cl->common.classid; in drr_dump_class() 302 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk() 456 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc() 476 common.hnode) in drr_destroy_qdisc()
|
D | sch_htb.c | 77 struct Qdisc_class_common common; member 175 return container_of(clc, struct htb_class, common); in htb_find() 260 if (cl->common.classid > c->common.classid) in htb_add_to_id_tree() 426 p->un.inner.last_ptr_id[prio] = cl->common.classid; in htb_deactivate_prios() 714 if (id > cl->common.classid) { in htb_id_find_next_upper() 716 } else if (id < cl->common.classid) { in htb_id_find_next_upper() 955 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset() 1082 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT; in htb_dump_class() 1083 tcm->tcm_handle = cl->common.classid; in htb_dump_class() 1140 cl->common.classid)) == NULL) in htb_graft() [all …]
|
D | sch_cbq.c | 76 struct Qdisc_class_common common; member 186 return container_of(clc, struct cbq_class, common); in cbq_class_lookup() 1053 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_normalize_quanta() 1063 cl->common.classid, cl->quantum); in cbq_normalize_quanta() 1095 common.hnode) { in cbq_sync_defmap() 1114 splitid = split->common.classid; in cbq_change_defmap() 1117 if (split == NULL || split->common.classid != splitid) { in cbq_change_defmap() 1119 if (split->common.classid == splitid) in cbq_change_defmap() 1142 qdisc_class_hash_remove(&q->clhash, &this->common); in cbq_unlink_class() 1171 qdisc_class_hash_insert(&q->clhash, &this->common); in cbq_link_class() [all …]
|
D | sch_qfq.c | 134 struct Qdisc_class_common common; member 218 return container_of(clc, struct qfq_class, common); in qfq_find_class() 473 cl->common.classid = classid; in qfq_change_class() 490 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class() 544 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class() 609 &pfifo_qdisc_ops, cl->common.classid); in qfq_graft_class() 636 tcm->tcm_handle = cl->common.classid; in qfq_dump_class() 682 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk() 1205 pr_debug("qfq_enqueue: cl = %x\n", cl->common.classid); in qfq_enqueue() 1209 cl->agg->lmax, qdisc_pkt_len(skb), cl->common.classid); in qfq_enqueue() [all …]
|
D | act_police.c | 26 struct tcf_common common; member 41 container_of(pc, struct tcf_police, common) 120 if (*p1p == &p->common) { in tcf_police_destroy() 271 tcf_police_ht[h] = &police->common; in tcf_act_police_locate()
|
D | act_simple.c | 67 tcf_hash_destroy(&d->common, &simp_hash_info); in tcf_simp_release()
|
D | act_gact.c | 133 return tcf_hash_release(&gact->common, bind, &gact_hash_info); in tcf_gact_cleanup()
|
D | act_skbedit.c | 153 return tcf_hash_release(&d->common, bind, &skbedit_hash_info); in tcf_skbedit_cleanup()
|
D | act_mirred.c | 54 tcf_hash_destroy(&m->common, &mirred_hash_info); in tcf_mirred_release()
|
D | act_pedit.c | 119 if (tcf_hash_release(&p->common, bind, &pedit_hash_info)) { in tcf_pedit_cleanup()
|
D | act_nat.c | 102 return tcf_hash_release(&p->common, bind, &nat_hash_info); in tcf_nat_cleanup()
|
D | act_ipt.c | 91 tcf_hash_destroy(&ipt->common, &ipt_hash_info); in tcf_ipt_release()
|
D | act_csum.c | 104 return tcf_hash_release(&p->common, bind, &csum_hash_info); in tcf_csum_cleanup()
|
/net/atm/ |
D | Makefile | 5 atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
|
/net/rds/ |
D | iw_cm.c | 350 u16 common; in rds_iw_protocol_compatible() local 363 common = be16_to_cpu(dp->dp_protocol_minor_mask) & RDS_IW_SUPPORTED_PROTOCOLS; in rds_iw_protocol_compatible() 364 if (dp->dp_protocol_major == 3 && common) { in rds_iw_protocol_compatible() 366 while ((common >>= 1) != 0) in rds_iw_protocol_compatible()
|
D | ib_cm.c | 407 u16 common; in rds_ib_protocol_compatible() local 432 common = be16_to_cpu(dp->dp_protocol_minor_mask) & RDS_IB_SUPPORTED_PROTOCOLS; in rds_ib_protocol_compatible() 433 if (dp->dp_protocol_major == 3 && common) { in rds_ib_protocol_compatible() 435 while ((common >>= 1) != 0) in rds_ib_protocol_compatible()
|
/net/ipv6/ |
D | fib6_rules.c | 26 struct fib_rule common; member 134 } else if (!(r->common.flags & FIB_RULE_FIND_SADDR)) in fib6_rule_match()
|
/net/ceph/ |
D | Kconfig | 11 common functionality to both the Ceph filesystem and
|
/net/decnet/ |
D | dn_rules.c | 41 struct fib_rule common; member
|
/net/ipv4/ |
D | fib_rules.c | 37 struct fib_rule common; member
|
/net/wireless/ |
D | Kconfig | 146 This options enables a library of common routines used
|
/net/ |
D | Kconfig | 120 The most common use of packet filtering is to run your Linux box as
|