nla_put_nohdr     252 include/net/netlink.h extern int		nla_put_nohdr(struct sk_buff *skb, int attrlen,
nla_put_nohdr     121 net/sched/em_text.c 	if (nla_put_nohdr(skb, sizeof(conf), &conf) < 0)
nla_put_nohdr     470 net/sched/ematch.c 			nla_put_nohdr(skb, sizeof(u), &u);
nla_put_nohdr     472 net/sched/ematch.c 			nla_put_nohdr(skb, em->datalen, (void *) em->data);