Lines Matching refs:attrlen
542 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
544 int attrlen, int padattr);
545 void *__nla_reserve_nohdr(struct sk_buff *skb, int 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 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
552 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
554 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
555 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
556 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
558 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
559 int nla_append(struct sk_buff *skb, int attrlen, const void *data);