Home
last modified time | relevance | path

Searched defs:msgbuff (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/ethtool/netlink/
H A Dmsgbuff.h52 static inline unsigned int msgbuff_len(const struct nl_msg_buff *msgbuff) in msgbuff_len()
58 static inline void msgbuff_reset(const struct nl_msg_buff *msgbuff, in msgbuff_reset()
66 static inline void ethnla_nest_end(struct nl_msg_buff *msgbuff, in ethnla_nest_end()
72 static inline void ethnla_nest_cancel(struct nl_msg_buff *msgbuff, in ethnla_nest_cancel()
78 static inline bool ethnla_put_u32(struct nl_msg_buff *msgbuff, uint16_t type, in ethnla_put_u32()
84 static inline bool ethnla_put_u16(struct nl_msg_buff *msgbuff, uint16_t type, in ethnla_put_u16()
90 static inline bool ethnla_put_u8(struct nl_msg_buff *msgbuff, uint16_t type, in ethnla_put_u8()
96 static inline bool ethnla_put_flag(struct nl_msg_buff *msgbuff, uint16_t type, in ethnla_put_flag()
105 static inline bool ethnla_put_bitfield32(struct nl_msg_buff *msgbuff, in ethnla_put_bitfield32()
117 static inline bool ethnla_put_strz(struct nl_msg_buff *msgbuff, uint16_t type, in ethnla_put_strz()
H A Dparser.c159 const void *data __maybe_unused, struct nl_msg_buff *msgbuff, in nl_parse_flag()
172 struct nl_msg_buff *msgbuff, void *dest) in nl_parse_string()
189 struct nl_msg_buff *msgbuff, void *dest) in nl_parse_direct_u32()
213 struct nl_msg_buff *msgbuff, void *dest) in nl_parse_direct_u8()
237 struct nl_msg_buff *msgbuff, void *dest) in nl_parse_direct_m2cm()
263 struct nl_msg_buff *msgbuff, void *dest) in nl_parse_u8bool()
291 const void *data, struct nl_msg_buff *msgbuff, in nl_parse_lookup_u32()
316 const void *data, struct nl_msg_buff *msgbuff, in nl_parse_lookup_u8()
396 struct nl_msg_buff *msgbuff, void *dest) in nl_parse_byte_str()
584 struct nl_msg_buff *msgbuff) in parse_numeric_bitset()
[all …]
H A Dmsgbuff.c29 int msgbuff_realloc(struct nl_msg_buff *msgbuff, unsigned int new_size) in msgbuff_realloc()
105 bool ethnla_put(struct nl_msg_buff *msgbuff, uint16_t type, size_t len, in ethnla_put()
127 struct nlattr *ethnla_nest_start(struct nl_msg_buff *msgbuff, uint16_t type) in ethnla_nest_start()
150 bool ethnla_fill_header(struct nl_msg_buff *msgbuff, uint16_t type, in ethnla_fill_header()
186 int __msg_init(struct nl_msg_buff *msgbuff, int family, int cmd, in __msg_init()
224 int msg_init(struct nl_context *nlctx, struct nl_msg_buff *msgbuff, int cmd, in msg_init()
239 void msgbuff_init(struct nl_msg_buff *msgbuff) in msgbuff_init()
250 void msgbuff_done(struct nl_msg_buff *msgbuff) in msgbuff_done()
H A Dfeatures.c285 static int fill_feature(struct nl_msg_buff *msgbuff, const char *name, bool val) in fill_feature()
311 struct nl_msg_buff *msgbuff = &nlctx->ethnl_socket->msgbuff; in fill_legacy_flag() local
344 struct nl_msg_buff *msgbuff = &nlctx->ethnl_socket->msgbuff; in fill_sfeatures_bitmap() local
510 struct nl_msg_buff *msgbuff; in nl_sfeatures() local
H A Dfec.c238 struct nl_msg_buff *msgbuff, void *dest) in fec_parse_bitset()
322 struct nl_msg_buff *msgbuff; in nl_sfec() local
H A Dstrset.c178 static int fill_stringset_id(struct nl_msg_buff *msgbuff, unsigned int type) in fill_stringset_id()
203 struct nl_msg_buff *msgbuff = &nlsk->msgbuff; in stringset_load_request() local
H A Dnlsock.c237 struct nl_msg_buff *msgbuff = &nlsk->msgbuff; in nlsock_process_reply() local
310 struct nl_msg_buff *msgbuff = altbuff ?: &nlsk->msgbuff; in nlsock_sendmsg() local
H A Dnetlink.c248 struct nl_msg_buff *msgbuff = &nlsk->msgbuff; in read_flags_policy() local
389 struct nl_msg_buff *msgbuff = &nlsk->msgbuff; in get_genl_family() local
H A Dnlsock.h30 struct nl_msg_buff msgbuff; member
H A Dchannels.c109 struct nl_msg_buff *msgbuff; in nl_schannels() local
H A Dcoalesce.c301 struct nl_msg_buff *msgbuff; in nl_scoalesce() local
H A Dpermaddr.c24 struct nl_msg_buff *msgbuff = &nlsk->msgbuff; in permaddr_prep_request() local
H A Drings.c180 struct nl_msg_buff *msgbuff; in nl_sring() local
H A Deee.c151 struct nl_msg_buff *msgbuff; in nl_seee() local
H A Dmodule.c141 struct nl_msg_buff *msgbuff; in nl_smodule() local
H A Dpse-pd.c155 struct nl_msg_buff *msgbuff; in nl_spse() local
H A Dplca.c191 struct nl_msg_buff *msgbuff; in nl_plca_set_cfg() local
H A Dprivflags.c123 struct nl_msg_buff *msgbuff; in nl_sprivflags() local
H A Dmm.c234 struct nl_msg_buff *msgbuff; in nl_set_mm() local
H A Drss.c190 struct nl_msg_buff *msgbuff; in nl_grss() local
H A Dpause.c297 struct nl_msg_buff *msgbuff; in nl_spause() local
H A Dstats.c224 const void *data, struct nl_msg_buff *msgbuff, in stats_parse_all_groups()
H A Dcable_test.c548 struct nl_msg_buff *msgbuff; in nl_cable_test_tdr() local
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib537.c53 static char msgbuff[256]; variable
H A Dlib518.c55 static char msgbuff[256]; variable

12