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

/net/caif/
H A Dcaif_usb.c127 struct caif_dev_common common; local
157 memset(&common, 0, sizeof(common));
158 common.use_frag = false;
159 common.use_fcs = false;
160 common.use_stx = false;
161 common.link_select = CAIF_LINK_HIGH_BANDW;
162 common.flowctrl = NULL;
173 caif_enroll_dev(dev, &common, link_support, CFUSB_MAX_HEADLEN,
/net/batman-adv/
H A Dtranslation-table.c95 common);
109 common);
116 if (atomic_dec_and_test(&tt_local_entry->common.refcount))
117 kfree_rcu(tt_local_entry, common.rcu);
127 struct batadv_tt_global_entry, common);
135 if (atomic_dec_and_test(&tt_global_entry->common.refcount)) {
137 call_rcu(&tt_global_entry->common.rcu,
250 tt_global->common.addr, message);
253 batadv_choose_orig, tt_global->common.addr);
273 if (tt_local->common
804 struct batadv_tt_common_entry *common; local
[all...]
H A Dtypes.h676 * struct batadv_tt_common_entry - tt local & tt global common data
681 * @added_at: timestamp used for purging stale tt common entries
696 * @common: general translation table data
700 struct batadv_tt_common_entry common; member in struct:batadv_tt_local_entry
706 * @common: general translation table data
712 struct batadv_tt_common_entry common; member in struct:batadv_tt_global_entry
/net/atm/
H A 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/sched/
H A Dsch_drr.c22 struct Qdisc_class_common common; member in struct:drr_class
50 return container_of(clc, struct drr_class, common);
111 cl->common.classid = classid;
130 qdisc_class_hash_insert(&q->clhash, &cl->common);
157 qdisc_class_hash_remove(&q->clhash, &cl->common);
222 &pfifo_qdisc_ops, cl->common.classid);
257 tcm->tcm_handle = cl->common.classid;
302 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
456 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
476 common
[all...]
H A Dsch_cbq.c76 struct Qdisc_class_common common; member in struct:cbq_class
186 return container_of(clc, struct cbq_class, common);
1053 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) {
1063 cl->common.classid, cl->quantum);
1095 common.hnode) {
1114 splitid = split->common.classid;
1117 if (split == NULL || split->common.classid != splitid) {
1119 if (split->common.classid == splitid)
1142 qdisc_class_hash_remove(&q->clhash, &this->common);
1171 qdisc_class_hash_insert(&q->clhash, &this->common);
[all...]
H A Dsch_htb.c77 struct Qdisc_class_common common; member in struct:htb_class
175 return container_of(clc, struct htb_class, common);
260 if (cl->common.classid > c->common.classid)
426 p->un.inner.last_ptr_id[prio] = cl->common.classid;
714 if (id > cl->common.classid) {
716 } else if (id < cl->common.classid) {
881 /* common case optimization - skip event handler quickly */
955 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1082 tcm->tcm_parent = cl->parent ? cl->parent->common
[all...]
H A Dsch_qfq.c134 struct Qdisc_class_common common; member in struct:qfq_class
218 return container_of(clc, struct qfq_class, common);
473 cl->common.classid = classid;
490 qdisc_class_hash_insert(&q->clhash, &cl->common);
544 qdisc_class_hash_remove(&q->clhash, &cl->common);
609 &pfifo_qdisc_ops, cl->common.classid);
636 tcm->tcm_handle = cl->common.classid;
682 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1205 pr_debug("qfq_enqueue: cl = %x\n", cl->common.classid);
1209 cl->agg->lmax, qdisc_pkt_len(skb), cl->common
[all...]
H A Dact_police.c26 struct tcf_common common; member in struct:tcf_police
41 container_of(pc, struct tcf_police, common)
120 if (*p1p == &p->common) {
271 tcf_police_ht[h] = &police->common;
H A Dact_gact.c133 return tcf_hash_release(&gact->common, bind, &gact_hash_info);
H A Dact_pedit.c119 if (tcf_hash_release(&p->common, bind, &pedit_hash_info)) {
H A Dact_simple.c67 tcf_hash_destroy(&d->common, &simp_hash_info);
H A Dact_skbedit.c153 return tcf_hash_release(&d->common, bind, &skbedit_hash_info);
H A Dact_mirred.c54 tcf_hash_destroy(&m->common, &mirred_hash_info);
H A Dact_nat.c102 return tcf_hash_release(&p->common, bind, &nat_hash_info);
H A Dact_ipt.c91 tcf_hash_destroy(&ipt->common, &ipt_hash_info);
H A Dact_csum.c104 return tcf_hash_release(&p->common, bind, &csum_hash_info);
H A DKconfig636 Say Y here to update some common checksum after some direct
/net/rds/
H A Dib_cm.c407 u16 common; local
432 common = be16_to_cpu(dp->dp_protocol_minor_mask) & RDS_IB_SUPPORTED_PROTOCOLS;
433 if (dp->dp_protocol_major == 3 && common) {
435 while ((common >>= 1) != 0)
H A Diw_cm.c350 u16 common; local
363 common = be16_to_cpu(dp->dp_protocol_minor_mask) & RDS_IW_SUPPORTED_PROTOCOLS;
364 if (dp->dp_protocol_major == 3 && common) {
366 while ((common >>= 1) != 0)
/net/ipv6/
H A Dfib6_rules.c26 struct fib_rule common; member in struct:fib6_rule
134 } else if (!(r->common.flags & FIB_RULE_FIND_SADDR))
H A Dip6mr.c78 struct fib_rule common; member in struct:ip6mr_rule
/net/decnet/
H A Ddn_rules.c41 struct fib_rule common; member in struct:dn_fib_rule
/net/ipv4/
H A Dfib_rules.c37 struct fib_rule common; member in struct:fib4_rule
H A Dipmr.c95 struct fib_rule common; member in struct:ipmr_rule

Completed in 1874 milliseconds