/net/batman-adv/ |
D | translation-table.c | 183 common); in batadv_tt_local_hash_find() 208 common); in batadv_tt_global_hash_find() 221 common.rcu); in batadv_tt_local_entry_free_rcu() 236 common.refcount); in batadv_tt_local_entry_release() 240 call_rcu(&tt_local_entry->common.rcu, batadv_tt_local_entry_free_rcu); in batadv_tt_local_entry_release() 251 kref_put(&tt_local_entry->common.refcount, in batadv_tt_local_entry_put() 264 common.rcu); in batadv_tt_global_entry_free_rcu() 279 common.refcount); in batadv_tt_global_entry_release() 283 call_rcu(&tt_global_entry->common.rcu, batadv_tt_global_entry_free_rcu); in batadv_tt_global_entry_release() 293 kref_put(&tt_global_entry->common.refcount, in batadv_tt_global_entry_put() [all …]
|
/net/ncsi/ |
D | ncsi-cmd.c | 69 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_default() 81 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_sp() 93 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_dc() 104 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_rc() 117 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_ae() 130 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_sl() 144 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_svf() 156 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_ev() 172 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_sma() 184 ncsi_cmd_build_header(&cmd->cmd.common, nca); in ncsi_cmd_handler_ebf() [all …]
|
D | ncsi-rsp.c | 48 if (h->common.revision != NCSI_PKT_REVISION) { in ncsi_validate_rsp_pkt() 53 if (ntohs(h->common.length) != payload) { in ncsi_validate_rsp_pkt() 98 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, &np, &nc); in ncsi_rsp_handler_cis() 103 id = NCSI_CHANNEL_INDEX(rsp->rsp.common.channel); in ncsi_rsp_handler_cis() 121 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, in ncsi_rsp_handler_sp() 127 id = NCSI_PACKAGE_INDEX(rsp->rsp.common.channel); in ncsi_rsp_handler_sp() 146 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, in ncsi_rsp_handler_dp() 170 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, in ncsi_rsp_handler_ec() 197 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, in ncsi_rsp_handler_dc() 219 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, in ncsi_rsp_handler_rc() [all …]
|
D | ncsi-aen.c | 25 if (h->common.revision != NCSI_PKT_REVISION) in ncsi_validate_aen_pkt() 27 if (ntohs(h->common.length) != payload) in ncsi_validate_aen_pkt() 60 ncsi_find_package_and_channel(ndp, h->common.channel, NULL, &nc); in ncsi_aen_handler_lsc() 147 ncsi_find_package_and_channel(ndp, h->common.channel, NULL, &nc); in ncsi_aen_handler_cr() 182 ncsi_find_package_and_channel(ndp, h->common.channel, NULL, &nc); in ncsi_aen_handler_hncdsc()
|
D | ncsi-pkt.h | 21 struct ncsi_pkt_hdr common; /* Common NCSI packet header */ member 25 struct ncsi_pkt_hdr common; /* Common NCSI packet header */ member 31 struct ncsi_pkt_hdr common; /* Common NCSI packet header */ member
|
/net/caif/ |
D | caif_usb.c | 131 struct caif_dev_common common; in cfusbl_device_notify() local 165 memset(&common, 0, sizeof(common)); in cfusbl_device_notify() 166 common.use_frag = false; in cfusbl_device_notify() 167 common.use_fcs = false; in cfusbl_device_notify() 168 common.use_stx = false; in cfusbl_device_notify() 169 common.link_select = CAIF_LINK_HIGH_BANDW; in cfusbl_device_notify() 170 common.flowctrl = NULL; in cfusbl_device_notify() 181 res = caif_enroll_dev(dev, &common, link_support, CFUSB_MAX_HEADLEN, in cfusbl_device_notify()
|
/net/sched/ |
D | sch_drr.c | 19 struct Qdisc_class_common common; member 47 return container_of(clc, struct drr_class, common); in drr_find_class() 109 cl->common.classid = classid; in drr_change_class() 133 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class() 160 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class() 212 cl->common.classid, NULL); in drr_graft_class() 242 tcm->tcm_handle = cl->common.classid; in drr_dump_class() 288 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk() 440 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc() 461 common.hnode) in drr_destroy_qdisc()
|
D | sch_htb.c | 95 struct Qdisc_class_common common; member 188 return container_of(clc, struct htb_class, common); in htb_find() 284 if (cl->common.classid > c->common.classid) in htb_add_to_id_tree() 455 p->inner.clprio[prio].last_ptr_id = cl->common.classid; in htb_deactivate_prios() 752 if (id > cl->common.classid) { in htb_id_find_next_upper() 754 } else if (id < cl->common.classid) { in htb_id_find_next_upper() 959 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset() 1087 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT; in htb_dump_class() 1088 tcm->tcm_handle = cl->common.classid; in htb_dump_class() 1159 cl->common.classid, extack)) == NULL) in htb_graft() [all …]
|
D | act_gact.c | 162 bstats_cpu_update(this_cpu_ptr(gact->common.cpu_bstats), skb); in tcf_gact_act() 164 qstats_drop_inc(this_cpu_ptr(gact->common.cpu_qstats)); in tcf_gact_act() 178 _bstats_cpu_update(this_cpu_ptr(gact->common.cpu_bstats), bytes, in tcf_gact_stats_update() 181 this_cpu_ptr(gact->common.cpu_qstats)->drops += packets; in tcf_gact_stats_update() 184 _bstats_cpu_update(this_cpu_ptr(gact->common.cpu_bstats_hw), in tcf_gact_stats_update()
|
D | act_ife.c | 719 bstats_cpu_update(this_cpu_ptr(ife->common.cpu_bstats), skb); in tcf_ife_decode() 727 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 740 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 750 qstats_overlimit_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 755 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 807 bstats_cpu_update(this_cpu_ptr(ife->common.cpu_bstats), skb); in tcf_ife_encode() 814 qstats_overlimit_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_encode() 820 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_encode() 843 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_encode()
|
D | sch_qfq.c | 130 struct Qdisc_class_common common; member 214 return container_of(clc, struct qfq_class, common); in qfq_find_class() 474 cl->common.classid = classid; in qfq_change_class() 512 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class() 547 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class() 597 cl->common.classid, NULL); in qfq_graft_class() 620 tcm->tcm_handle = cl->common.classid; in qfq_dump_class() 666 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in qfq_walk() 1230 pr_debug("qfq_enqueue: cl = %x\n", cl->common.classid); in qfq_enqueue() 1234 cl->agg->lmax, len, cl->common.classid); in qfq_enqueue() [all …]
|
D | cls_matchall.c | 74 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_destroy_hw_filter() 96 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_replace_hw_filter() 300 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_reoffload() 334 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, NULL); in mall_stats_hw_filter()
|
D | act_police.c | 122 police->common.cpu_bstats, in tcf_police_init() 239 bstats_cpu_update(this_cpu_ptr(police->common.cpu_bstats), skb); in tcf_police_act() 284 qstats_overlimit_inc(this_cpu_ptr(police->common.cpu_qstats)); in tcf_police_act() 287 qstats_drop_inc(this_cpu_ptr(police->common.cpu_qstats)); in tcf_police_act()
|
D | act_mirred.c | 236 bstats_cpu_update(this_cpu_ptr(m->common.cpu_bstats), skb); in tcf_mirred_act() 298 res->qstats = this_cpu_ptr(m->common.cpu_qstats); in tcf_mirred_act() 312 qstats_overlimit_inc(this_cpu_ptr(m->common.cpu_qstats)); in tcf_mirred_act()
|
D | act_skbmod.c | 35 bstats_cpu_update(this_cpu_ptr(d->common.cpu_bstats), skb); in tcf_skbmod_act() 72 qstats_overlimit_inc(this_cpu_ptr(d->common.cpu_qstats)); in tcf_skbmod_act()
|
D | act_vlan.c | 32 bstats_cpu_update(this_cpu_ptr(v->common.cpu_bstats), skb); in tcf_vlan_act() 91 qstats_drop_inc(this_cpu_ptr(v->common.cpu_qstats)); in tcf_vlan_act()
|
D | cls_u32.c | 481 tc_cls_common_offload_init(&cls_u32.common, tp, h->flags, extack); in u32_clear_hw_hnode() 499 tc_cls_common_offload_init(&cls_u32.common, tp, flags, extack); in u32_replace_hw_hnode() 525 tc_cls_common_offload_init(&cls_u32.common, tp, n->flags, extack); in u32_remove_hw_knode() 542 tc_cls_common_offload_init(&cls_u32.common, tp, flags, extack); in u32_replace_hw_knode() 1208 tc_cls_common_offload_init(&cls_u32.common, tp, ht->flags, extack); in u32_reoffload_hnode() 1230 tc_cls_common_offload_init(&cls_u32.common, tp, n->flags, extack); in u32_reoffload_knode()
|
/net/smc/ |
D | smc_cdc.h | 42 struct smc_wr_rx_hdr common; /* .type = 0xFE */ member 70 struct smc_wr_rx_hdr common; /* Type = 0xFE */ member 229 peer->common.type = local->common.type; in smc_host_msg_to_cdc() 262 local->common.type = peer->common.type; in smcr_cdc_msg_to_host()
|
D | smc_llc.c | 24 struct smc_wr_rx_hdr common; member 200 confllc->hd.common.type = SMC_LLC_CONFIRM_LINK; in smc_llc_send_confirm_link() 231 rkeyllc->hd.common.type = SMC_LLC_CONFIRM_RKEY; in smc_llc_send_confirm_rkey() 256 rkeyllc->hd.common.type = SMC_LLC_DELETE_RKEY; in smc_llc_send_delete_rkey() 271 addllc->hd.common.type = SMC_LLC_ADD_LINK; in smc_llc_prep_add_link() 308 delllc->hd.common.type = SMC_LLC_DELETE_LINK; in smc_llc_prep_delete_link() 351 testllc->hd.common.type = SMC_LLC_TEST_LINK; in smc_llc_send_test_link() 568 switch (llc->raw.hdr.common.type) { in smc_llc_rx_handler()
|
/net/netfilter/ |
D | nf_tables_offload.c | 149 static void nft_flow_offload_common_init(struct flow_cls_common_offload *common, in nft_flow_offload_common_init() argument 153 common->protocol = proto; in nft_flow_offload_common_init() 154 common->prio = priority; in nft_flow_offload_common_init() 155 common->extack = extack; in nft_flow_offload_common_init() 199 nft_flow_offload_common_init(&cls_flow.common, proto, in nft_flow_offload_rule()
|
/net/ |
D | OWNERS | 2 include kernel/common:android-mainline:/net/OWNERS
|
/net/atm/ |
D | Makefile | 6 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/ipv6/ |
D | fib6_rules.c | 24 struct fib_rule common; member 32 struct fib6_rule *r = container_of(rule, struct fib6_rule, common); in fib6_rule_matchall() 313 } else if (!(r->common.flags & FIB_RULE_FIND_SADDR)) in fib6_rule_match()
|
/net/qrtr/ |
D | Kconfig | 23 most common transport for IPC Router.
|
/net/ipv4/ |
D | fib_rules.c | 34 struct fib_rule common; member 49 struct fib4_rule *r = container_of(rule, struct fib4_rule, common); in fib4_rule_matchall()
|