Searched refs:nla_put_nohdr (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | ematch.c | 473 nla_put_nohdr(skb, sizeof(u), &u); in tcf_em_tree_dump() 475 nla_put_nohdr(skb, em->datalen, (void *) em->data); in tcf_em_tree_dump()
|
D | em_canid.c | 198 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
|
D | em_text.c | 117 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0) in em_text_dump()
|
/kernel/linux/linux-5.10/lib/ |
D | nlattr.c | 1082 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() function 1090 EXPORT_SYMBOL(nla_put_nohdr);
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_mdb.c | 39 if (nla_put_nohdr(skb, sizeof(u32), &p->dev->ifindex) || in br_rports_fill_info() 186 if (nla_put_nohdr(skb, sizeof(e), &e) || in __mdb_fill_info()
|
/kernel/linux/linux-5.10/include/net/ |
D | netlink.h | 530 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | conntrack.c | 2033 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in ovs_ct_limit_get_default_limit() 2051 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in __ovs_ct_limit_get_zone_limit()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
D | drbd_nl.c | 200 err = nla_put_nohdr(adm_ctx->reply_skb, in drbd_adm_prepare()
|