Lines Matching refs:attrlen
546 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
548 int attrlen, int padattr);
549 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
550 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
552 int attrlen, int padattr);
553 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
554 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
556 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
558 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
559 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
560 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
562 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
563 int nla_append(struct sk_buff *skb, int attrlen, const void *data);