/kernel/linux/linux-5.10/net/sched/ |
H A D | em_canid.c | 198 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
|
H A D | em_text.c | 119 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0) in em_text_dump()
|
H A 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()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | em_text.c | 119 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0) in em_text_dump()
|
H A D | em_canid.c | 198 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
|
H A 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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | nlattr.c | 1077 * nla_put_nohdr - Add a netlink attribute without header 1085 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() function 1093 EXPORT_SYMBOL(nla_put_nohdr); variable
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_mdb.c | 110 if (nla_put_nohdr(skb, sizeof(u32), &p->dev->ifindex) || in br_rports_fill_info() 270 if (nla_put_nohdr(skb, sizeof(e), &e) || in __mdb_fill_info() 561 if (nla_put_nohdr(skb, sizeof(u32), &ifindex)) { in nlmsg_populate_rtr_fill()
|
/kernel/linux/linux-6.6/lib/ |
H A D | nlattr.c | 1111 * nla_put_nohdr - Add a netlink attribute without header 1119 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() function 1127 EXPORT_SYMBOL(nla_put_nohdr); variable
|
/kernel/linux/linux-5.10/net/bridge/ |
H A 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/ |
H A D | netlink.h | 95 * nla_put_nohdr(skb, len, data) add attribute w/o hdr 530 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 95 * nla_put_nohdr(skb, len, data) add attribute w/o hdr 542 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A 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-6.6/net/openvswitch/ |
H A D | conntrack.c | 1725 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in ovs_ct_limit_get_default_limit() 1743 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in __ovs_ct_limit_get_zone_limit()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 169 if (nla_put_nohdr(skb, sizeof(e), &e) || in vxlan_mdb_entry_info_fill()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_nl.c | 200 err = nla_put_nohdr(adm_ctx->reply_skb, in drbd_adm_prepare()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_nl.c | 200 err = nla_put_nohdr(adm_ctx->reply_skb, in drbd_adm_prepare()
|