Lines Matching refs:attrlen
447 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
449 int attrlen, int padattr);
450 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
451 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
453 int attrlen, int padattr);
454 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
455 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
457 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
459 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
460 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
461 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
463 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
464 int nla_append(struct sk_buff *skb, int attrlen, const void *data);