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

/linux-master/net/sched/
H A Dem_text.c119 if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0)
H A Dem_canid.c198 if (nla_put_nohdr(skb, sizeof(struct can_filter) * cm->rules_count,
H A Dematch.c473 nla_put_nohdr(skb, sizeof(u), &u);
475 nla_put_nohdr(skb, em->datalen, (void *) em->data);
/linux-master/lib/
H A Dnlattr.c1133 * nla_put_nohdr - Add a netlink attribute without header
1141 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) function
1149 EXPORT_SYMBOL(nla_put_nohdr); variable
/linux-master/net/bridge/
H A Dbr_mdb.c110 if (nla_put_nohdr(skb, sizeof(u32), &p->dev->ifindex) ||
270 if (nla_put_nohdr(skb, sizeof(e), &e) ||
571 if (nla_put_nohdr(skb, sizeof(u32), &ifindex)) {
/linux-master/net/openvswitch/
H A Dconntrack.c1726 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit);
1744 return nla_put_nohdr(reply, sizeof(zone_limit), &zone_limit);
/linux-master/include/net/
H A Dnetlink.h95 * nla_put_nohdr(skb, len, data) add attribute w/o hdr
553 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
/linux-master/drivers/net/vxlan/
H A Dvxlan_mdb.c177 if (nla_put_nohdr(skb, sizeof(e), &e) ||
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c200 err = nla_put_nohdr(adm_ctx->reply_skb,

Completed in 328 milliseconds