Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 29) sorted by relevance

12

/net/batman-adv/
Dtranslation-table.c95 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 …]
Dtypes.h700 struct batadv_tt_common_entry common; member
712 struct batadv_tt_common_entry common; member
/net/caif/
Dcaif_usb.c127 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/
Dsch_drr.c22 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()
Dsch_htb.c77 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 …]
Dsch_cbq.c76 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 …]
Dsch_qfq.c134 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 …]
Dact_police.c26 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()
Dact_simple.c67 tcf_hash_destroy(&d->common, &simp_hash_info); in tcf_simp_release()
Dact_gact.c133 return tcf_hash_release(&gact->common, bind, &gact_hash_info); in tcf_gact_cleanup()
Dact_skbedit.c153 return tcf_hash_release(&d->common, bind, &skbedit_hash_info); in tcf_skbedit_cleanup()
Dact_mirred.c54 tcf_hash_destroy(&m->common, &mirred_hash_info); in tcf_mirred_release()
Dact_pedit.c119 if (tcf_hash_release(&p->common, bind, &pedit_hash_info)) { in tcf_pedit_cleanup()
Dact_nat.c102 return tcf_hash_release(&p->common, bind, &nat_hash_info); in tcf_nat_cleanup()
Dact_ipt.c91 tcf_hash_destroy(&ipt->common, &ipt_hash_info); in tcf_ipt_release()
Dact_csum.c104 return tcf_hash_release(&p->common, bind, &csum_hash_info); in tcf_csum_cleanup()
/net/atm/
DMakefile5 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/
Diw_cm.c350 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()
Dib_cm.c407 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/
Dfib6_rules.c26 struct fib_rule common; member
134 } else if (!(r->common.flags & FIB_RULE_FIND_SADDR)) in fib6_rule_match()
/net/ceph/
DKconfig11 common functionality to both the Ceph filesystem and
/net/decnet/
Ddn_rules.c41 struct fib_rule common; member
/net/ipv4/
Dfib_rules.c37 struct fib_rule common; member
/net/wireless/
DKconfig146 This options enables a library of common routines used
/net/
DKconfig120 The most common use of packet filtering is to run your Linux box as

12