Lines Matching refs:attrlen
514 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
516 int attrlen, int padattr);
517 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
518 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
520 int attrlen, int padattr);
521 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
522 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
524 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
526 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
527 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
528 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
530 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
531 int nla_append(struct sk_buff *skb, int attrlen, const void *data);