Lines Matching refs:attrlen
554 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
556 int attrlen, int padattr);
557 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
558 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
560 int attrlen, int padattr);
561 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
562 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
564 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
566 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
567 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
568 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
570 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
571 int nla_append(struct sk_buff *skb, int attrlen, const void *data);