Lines Matching refs:attrlen
526 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
528 int attrlen, int padattr);
529 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
530 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
532 int attrlen, int padattr);
533 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
534 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
536 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
538 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
539 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
540 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
542 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
543 int nla_append(struct sk_buff *skb, int attrlen, const void *data);