Lines Matching refs:maxlen
81 int addattr(struct nlmsghdr *n, int maxlen, int type);
82 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data);
83 int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data);
84 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
85 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data);
86 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *data);
88 int addattr_l(struct nlmsghdr *n, int maxlen, int type,
90 int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len);
91 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
93 struct rtattr *addattr_nest_compat(struct nlmsghdr *n, int maxlen, int type,
96 int rta_addattr8(struct rtattr *rta, int maxlen, int type, __u8 data);
97 int rta_addattr16(struct rtattr *rta, int maxlen, int type, __u16 data);
98 int rta_addattr32(struct rtattr *rta, int maxlen, int type, __u32 data);
99 int rta_addattr64(struct rtattr *rta, int maxlen, int type, __u64 data);
100 int rta_addattr_l(struct rtattr *rta, int maxlen, int type,
111 struct rtattr *rta_nest(struct rtattr *rta, int maxlen, int type);