/net/batman-adv/ |
D | translation-table.c | 182 common); in batadv_tt_local_hash_find() 207 common); in batadv_tt_global_hash_find() 220 common.rcu); in batadv_tt_local_entry_free_rcu() 235 common.refcount); in batadv_tt_local_entry_release() 239 call_rcu(&tt_local_entry->common.rcu, batadv_tt_local_entry_free_rcu); in batadv_tt_local_entry_release() 253 kref_put(&tt_local_entry->common.refcount, in batadv_tt_local_entry_put() 266 common.rcu); in batadv_tt_global_entry_free_rcu() 281 common.refcount); in batadv_tt_global_entry_release() 285 call_rcu(&tt_global_entry->common.rcu, batadv_tt_global_entry_free_rcu); in batadv_tt_global_entry_release() 464 struct batadv_tt_common_entry *common = &tt_local_entry->common; in batadv_tt_local_event() local [all …]
|
D | translation-table.h | 70 kref_put(&tt_global_entry->common.refcount, in batadv_tt_global_entry_put()
|
/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 46 return container_of(clc, struct drr_class, common); in drr_find_class() 108 cl->common.classid = classid; in drr_change_class() 130 qdisc_class_hash_insert(&q->clhash, &cl->common); in drr_change_class() 152 if (qdisc_class_in_use(&cl->common)) { in drr_delete_class() 160 qdisc_class_hash_remove(&q->clhash, &cl->common); in drr_delete_class() 192 qdisc_class_get(&cl->common); in drr_bind_tcf() 201 qdisc_class_put(&cl->common); in drr_unbind_tcf() 212 cl->common.classid, NULL); in drr_graft_class() 242 tcm->tcm_handle = cl->common.classid; in drr_dump_class() [all …]
|
D | sch_htb.c | 95 struct Qdisc_class_common common; member 194 return container_of(clc, struct htb_class, common); in htb_find() 297 if (cl->common.classid > c->common.classid) in htb_add_to_id_tree() 482 p->inner.clprio[prio].last_ptr_id = cl->common.classid; in htb_deactivate_prios() 795 if (id > cl->common.classid) { in htb_id_find_next_upper() 797 } else if (id < cl->common.classid) { in htb_id_find_next_upper() 1004 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset() 1259 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT; in htb_dump_class() 1260 tcm->tcm_handle = cl->common.classid; in htb_dump_class() 1307 hlist_for_each_entry(c, &q->clhash.hash[i], common.hnode) { in htb_offload_aggregate_stats() [all …]
|
D | sch_qfq.c | 131 struct Qdisc_class_common common; member 213 return container_of(clc, struct qfq_class, common); in qfq_find_class() 478 cl->common.classid = classid; in qfq_change_class() 516 qdisc_class_hash_insert(&q->clhash, &cl->common); in qfq_change_class() 546 if (qdisc_class_in_use(&cl->common)) { in qfq_delete_class() 554 qdisc_class_hash_remove(&q->clhash, &cl->common); in qfq_delete_class() 584 qdisc_class_get(&cl->common); in qfq_bind_tcf() 593 qdisc_class_put(&cl->common); in qfq_unbind_tcf() 604 cl->common.classid, NULL); in qfq_graft_class() 627 tcm->tcm_handle = cl->common.classid; in qfq_dump_class() [all …]
|
D | cls_matchall.c | 76 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_destroy_hw_filter() 98 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_replace_hw_filter() 103 cls_mall.common.extack); in mall_replace_hw_filter() 288 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack); in mall_reoffload() 294 cls_mall.common.extack); in mall_reoffload() 317 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, NULL); in mall_stats_hw_filter()
|
D | act_ife.c | 721 bstats_update(this_cpu_ptr(ife->common.cpu_bstats), skb); in tcf_ife_decode() 729 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 742 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 752 qstats_overlimit_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 757 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_decode() 809 bstats_update(this_cpu_ptr(ife->common.cpu_bstats), skb); in tcf_ife_encode() 816 qstats_overlimit_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_encode() 822 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_encode() 845 qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats)); in tcf_ife_encode()
|
D | act_mirred.c | 294 tcf_action_inc_overlimit_qstats(&m->common); in tcf_mirred_to_dev() 301 tcf_action_inc_overlimit_qstats(&m->common); in tcf_mirred_to_dev() 325 tcf_action_update_bstats(&m->common, skb); in tcf_mirred_act() 330 tcf_action_inc_overlimit_qstats(&m->common); in tcf_mirred_act()
|
D | act_police.c | 116 police->common.cpu_bstats, in tcf_police_init() 257 bstats_update(this_cpu_ptr(police->common.cpu_bstats), skb); in tcf_police_act() 311 qstats_overlimit_inc(this_cpu_ptr(police->common.cpu_qstats)); in tcf_police_act() 314 qstats_drop_inc(this_cpu_ptr(police->common.cpu_qstats)); in tcf_police_act()
|
D | act_connmark.c | 45 tcf_action_update_bstats(&ca->common, skb); in tcf_connmark_act() 89 tcf_action_inc_overlimit_qstats(&ca->common); in tcf_connmark_act()
|
D | act_skbmod.c | 35 bstats_update(this_cpu_ptr(d->common.cpu_bstats), skb); in tcf_skbmod_act() 91 qstats_overlimit_inc(this_cpu_ptr(d->common.cpu_qstats)); in tcf_skbmod_act()
|
D | act_gact.c | 164 tcf_action_update_bstats(&gact->common, skb); in tcf_gact_act() 166 tcf_action_inc_drop_qstats(&gact->common); in tcf_gact_act()
|
/net/netlink/ |
D | policy.c | 212 int common = 2 * nla_attr_size(sizeof(u32)); in netlink_policy_dump_attr_size_estimate() local 222 return common + 2 * nla_attr_size(sizeof(u32)); in netlink_policy_dump_attr_size_estimate() 233 return common + in netlink_policy_dump_attr_size_estimate() 236 return common + nla_attr_size(sizeof(u32)); in netlink_policy_dump_attr_size_estimate() 241 return common + 2 * nla_attr_size(sizeof(u32)); in netlink_policy_dump_attr_size_estimate() 243 return common; in netlink_policy_dump_attr_size_estimate()
|
/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 212 peer->common.type = local->common.type; in smc_host_msg_to_cdc() 245 local->common.type = peer->common.type; in smcr_cdc_msg_to_host()
|
D | smc_llc.c | 25 struct smc_wr_rx_hdr common; member 235 u8 msg_type = qentry->msg.raw.hdr.common.llc_type; in smc_llc_flow_parallel() 248 qentry->msg.raw.hdr.common.type, in smc_llc_flow_parallel() 266 switch (qentry->msg.raw.hdr.common.llc_type) { in smc_llc_flow_start() 353 rcv_msg = flow->qentry->msg.raw.hdr.common.llc_type; in smc_llc_wait() 438 hdr->common.llc_version = SMC_V2; in smc_llc_init_msg_hdr() 441 hdr->common.llc_version = 0; in smc_llc_init_msg_hdr() 462 confllc->hd.common.llc_type = SMC_LLC_CONFIRM_LINK; in smc_llc_send_confirm_link() 503 rkeyllc->hd.common.llc_type = SMC_LLC_CONFIRM_RKEY; in smc_llc_send_confirm_rkey() 551 rkeyllc->hd.common.llc_type = SMC_LLC_DELETE_RKEY; in smc_llc_send_delete_rkey() [all …]
|
D | smc_cdc.c | 152 peer->common.type = local->common.type; in smcr_cdc_msg_send_validation() 244 cdc.common.type = SMC_CDC_MSG_TYPE; in smcd_cdc_msg_send()
|
/net/netfilter/ |
D | nf_tables_offload.c | 189 static void nft_flow_offload_common_init(struct flow_cls_common_offload *common, in nft_flow_offload_common_init() argument 193 common->protocol = proto; in nft_flow_offload_common_init() 194 common->prio = priority; in nft_flow_offload_common_init() 195 common->extack = extack; in nft_flow_offload_common_init() 256 nft_flow_offload_common_init(&cls_flow->common, proto, in nft_flow_cls_offload_setup()
|
/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/ethtool/ |
D | Makefile | 3 obj-y += ioctl.o common.o
|
/net/ipv6/ |
D | fib6_rules.c | 26 struct fib_rule common; member 34 struct fib6_rule *r = container_of(rule, struct fib6_rule, common); in fib6_rule_matchall() 327 } else if (!(r->common.flags & FIB_RULE_FIND_SADDR)) in fib6_rule_match()
|