Searched refs:nla_put_nohdr (Results 1 – 11 of 11) sorted by relevance
/linux/net/sched/ |
A D | ematch.c | 471 nla_put_nohdr(skb, sizeof(u), &u); in tcf_em_tree_dump() 473 nla_put_nohdr(skb, em->datalen, (void *) em->data); in tcf_em_tree_dump()
|
A D | em_text.c | 117 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0) in em_text_dump()
|
A D | em_canid.c | 198 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
|
/linux/lib/ |
A D | nlattr.c | 1094 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() function 1102 EXPORT_SYMBOL(nla_put_nohdr);
|
/linux/net/bridge/ |
A D | br_mdb.c | 110 if (nla_put_nohdr(skb, sizeof(u32), &p->dev->ifindex) || in br_rports_fill_info() 268 if (nla_put_nohdr(skb, sizeof(e), &e) || in __mdb_fill_info() 606 if (nla_put_nohdr(skb, sizeof(u32), &ifindex)) { in nlmsg_populate_rtr_fill()
|
/linux/net/openvswitch/ |
A D | conntrack.c | 2037 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in ovs_ct_limit_get_default_limit() 2055 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in __ovs_ct_limit_get_zone_limit()
|
/linux/include/net/ |
A D | netlink.h | 530 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
|
/linux/drivers/block/drbd/ |
A D | drbd_nl.c | 200 err = nla_put_nohdr(adm_ctx->reply_skb, in drbd_adm_prepare()
|
/linux/ |
A D | vmlinux.symvers | 3954 0x00000000 nla_put_nohdr vmlinux EXPORT_SYMBOL
|
A D | System.map | 17134 ffff8000104c04e4 T nla_put_nohdr
|
A D | .tmp_System.map | 17134 ffff8000104c04e4 T nla_put_nohdr
|
Completed in 328 milliseconds