Lines Matching refs:nl_msg
798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve()
837 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) in nla_put()
864 int nla_put_data(struct nl_msg *msg, int attrtype, struct nl_data *data) in nla_put_data()
879 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr) in nla_put_addr()
900 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) in nla_put_u8()
925 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) in nla_put_u16()
950 int nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) in nla_put_u32()
975 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) in nla_put_u64()
1010 int nla_put_string(struct nl_msg *msg, int attrtype, const char *str) in nla_put_string()
1045 int nla_put_flag(struct nl_msg *msg, int attrtype) in nla_put_flag()
1073 int nla_put_msecs(struct nl_msg *n, int attrtype, unsigned long msecs) in nla_put_msecs()
1108 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) in nla_put_nested()
1122 struct nlattr *nla_nest_start(struct nl_msg *msg, int attrtype) in nla_nest_start()
1141 int nla_nest_end(struct nl_msg *msg, struct nlattr *start) in nla_nest_end()