Home
last modified time | relevance | path

Searched refs:nla_put_nohdr (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/lib/
Dnlattr.c485 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/
Dematch.c472 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()
Dem_canid.c201 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
Dem_text.c121 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0) in em_text_dump()
/linux-4.1.27/include/net/
Dnetlink.h254 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nl.c169 err = nla_put_nohdr(adm_ctx->reply_skb, in drbd_adm_prepare()