/aosp_15_r20/external/ethtool/netlink/ |
H A D | msgbuff.h | 52 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 D | parser.c | 159 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 D | msgbuff.c | 29 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 D | features.c | 285 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 D | fec.c | 238 struct nl_msg_buff *msgbuff, void *dest) in fec_parse_bitset() 322 struct nl_msg_buff *msgbuff; in nl_sfec() local
|
H A D | strset.c | 178 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 D | nlsock.c | 237 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 D | netlink.c | 248 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 D | nlsock.h | 30 struct nl_msg_buff msgbuff; member
|
H A D | channels.c | 109 struct nl_msg_buff *msgbuff; in nl_schannels() local
|
H A D | coalesce.c | 301 struct nl_msg_buff *msgbuff; in nl_scoalesce() local
|
H A D | permaddr.c | 24 struct nl_msg_buff *msgbuff = &nlsk->msgbuff; in permaddr_prep_request() local
|
H A D | rings.c | 180 struct nl_msg_buff *msgbuff; in nl_sring() local
|
H A D | eee.c | 151 struct nl_msg_buff *msgbuff; in nl_seee() local
|
H A D | module.c | 141 struct nl_msg_buff *msgbuff; in nl_smodule() local
|
H A D | pse-pd.c | 155 struct nl_msg_buff *msgbuff; in nl_spse() local
|
H A D | plca.c | 191 struct nl_msg_buff *msgbuff; in nl_plca_set_cfg() local
|
H A D | privflags.c | 123 struct nl_msg_buff *msgbuff; in nl_sprivflags() local
|
H A D | mm.c | 234 struct nl_msg_buff *msgbuff; in nl_set_mm() local
|
H A D | rss.c | 190 struct nl_msg_buff *msgbuff; in nl_grss() local
|
H A D | pause.c | 297 struct nl_msg_buff *msgbuff; in nl_spause() local
|
H A D | stats.c | 224 const void *data, struct nl_msg_buff *msgbuff, in stats_parse_all_groups()
|
H A D | cable_test.c | 548 struct nl_msg_buff *msgbuff; in nl_cable_test_tdr() local
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib537.c | 53 static char msgbuff[256]; variable
|
H A D | lib518.c | 55 static char msgbuff[256]; variable
|