Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dematch.c473 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()
H A Dem_canid.c198 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count, in em_canid_dump()
H A Dem_text.c119 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0) in em_text_dump()
/openbmc/linux/lib/
H A Dnlattr.c1119 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() function
1127 EXPORT_SYMBOL(nla_put_nohdr);
/openbmc/linux/net/bridge/
H A Dbr_mdb.c110 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()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c1731 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in ovs_ct_limit_get_default_limit()
1749 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit); in __ovs_ct_limit_get_zone_limit()
/openbmc/linux/include/net/
H A Dnetlink.h542 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c169 if (nla_put_nohdr(skb, sizeof(e), &e) || in vxlan_mdb_entry_info_fill()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c200 err = nla_put_nohdr(adm_ctx->reply_skb, in drbd_adm_prepare()