Searched refs:nla_put_nohdr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/lib/ |
D | nlattr.c | 485 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() function 493 EXPORT_SYMBOL(nla_put_nohdr);
|
/linux-4.1.27/net/sched/ |
D | ematch.c | 472 nla_put_nohdr(skb, sizeof(u), &u); in tcf_em_tree_dump() 474 nla_put_nohdr(skb, em->datalen, (void *) em->data); in tcf_em_tree_dump()
|
D | em_canid.c | 201 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
|
D | em_text.c | 121 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0) in em_text_dump()
|
/linux-4.1.27/include/net/ |
D | netlink.h | 254 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_nl.c | 169 err = nla_put_nohdr(adm_ctx->reply_skb, in drbd_adm_prepare()
|