• Home
  • Raw
  • Download

Lines Matching refs:nl_msg

457 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen)  in nla_reserve()
501 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) in nla_put()
535 int nla_put_data(struct nl_msg *msg, int attrtype, const struct nl_data *data) in nla_put_data()
550 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr) in nla_put_addr()
571 int nla_put_s8(struct nl_msg *msg, int attrtype, int8_t value) in nla_put_s8()
596 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) in nla_put_u8()
621 int nla_put_s16(struct nl_msg *msg, int attrtype, int16_t value) in nla_put_s16()
646 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) in nla_put_u16()
671 int nla_put_s32(struct nl_msg *msg, int attrtype, int32_t value) in nla_put_s32()
696 int nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) in nla_put_u32()
721 int nla_put_s64(struct nl_msg *msg, int attrtype, int64_t value) in nla_put_s64()
751 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) in nla_put_u64()
787 int nla_put_string(struct nl_msg *msg, int attrtype, const char *str) in nla_put_string()
822 int nla_put_flag(struct nl_msg *msg, int attrtype) in nla_put_flag()
850 int nla_put_msecs(struct nl_msg *n, int attrtype, unsigned long msecs) in nla_put_msecs()
885 int nla_put_nested(struct nl_msg *msg, int attrtype, in nla_put_nested()
886 const struct nl_msg *nested) in nla_put_nested()
903 struct nlattr *nla_nest_start(struct nl_msg *msg, int attrtype) in nla_nest_start()
916 static int _nest_end(struct nl_msg *msg, struct nlattr *start, int keep_empty) in _nest_end()
966 int nla_nest_end(struct nl_msg *msg, struct nlattr *start) in nla_nest_end()
981 int nla_nest_end_keep_empty(struct nl_msg *msg, struct nlattr *start) in nla_nest_end_keep_empty()
995 void nla_nest_cancel(struct nl_msg *msg, const struct nlattr *attr) in nla_nest_cancel()