Lines Matching refs:attrlen
529 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
531 int attrlen, int padattr);
532 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
533 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
535 int attrlen, int padattr);
536 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
537 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
539 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
541 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
542 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
543 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
545 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
546 int nla_append(struct sk_buff *skb, int attrlen, const void *data);