Lines Matching refs:attrlen
259 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
261 int attrlen, int padattr);
262 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
263 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen);
265 int attrlen, int padattr);
266 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
267 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
269 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
271 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
272 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
273 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
275 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
276 int nla_append(struct sk_buff *skb, int attrlen, const void *data);