/aosp_15_r20/external/ethtool/netlink/ |
H A D | nlsock.c | 17 static void ctrl_msg_summary(const struct nlmsghdr *nlhdr) in ctrl_msg_summary() 46 static void genl_msg_summary(const struct nlmsghdr *nlhdr, int ethnl_fam, in genl_msg_summary() 86 static void rtnl_msg_summary(const struct nlmsghdr *nlhdr, bool pretty) in rtnl_msg_summary() 99 static void debug_msg_summary(const struct nlmsghdr *nlhdr, int ethnl_fam, in debug_msg_summary() 127 const struct nlmsghdr *nlhdr = msg; in debug_msg() local 171 static int nlsock_process_ack(struct nlmsghdr *nlhdr, unsigned long len, in nlsock_process_ack() 238 struct nlmsghdr *nlhdr; in nlsock_process_reply() local 311 struct nlmsghdr *nlhdr = msgbuff->nlhdr; in nlsock_sendmsg() local
|
H A D | cable_test.c | 139 static int cable_test_ntf_stop_cb(const struct nlmsghdr *nlhdr, void *data) in cable_test_ntf_stop_cb() 195 int cable_test_ntf_cb(const struct nlmsghdr *nlhdr, void *data) in cable_test_ntf_cb() 205 static int nl_cable_test_results_cb(const struct nlmsghdr *nlhdr, void *data) in nl_cable_test_results_cb() 407 int cable_test_tdr_ntf_stop_cb(const struct nlmsghdr *nlhdr, void *data) in cable_test_tdr_ntf_stop_cb() 464 int cable_test_tdr_ntf_cb(const struct nlmsghdr *nlhdr, void *data) in cable_test_tdr_ntf_cb() 474 static int nl_cable_test_tdr_results_cb(const struct nlmsghdr *nlhdr, in nl_cable_test_tdr_results_cb()
|
H A D | settings.c | 452 int linkmodes_reply_cb(const struct nlmsghdr *nlhdr, void *data) in linkmodes_reply_cb() 536 int linkinfo_reply_cb(const struct nlmsghdr *nlhdr, void *data) in linkinfo_reply_cb() 744 int linkstate_reply_cb(const struct nlmsghdr *nlhdr, void *data) in linkstate_reply_cb() 807 int wol_reply_cb(const struct nlmsghdr *nlhdr, void *data) in wol_reply_cb() 862 int debug_reply_cb(const struct nlmsghdr *nlhdr, void *data) in debug_reply_cb() 902 int plca_cfg_reply_cb(const struct nlmsghdr *nlhdr, void *data) in plca_cfg_reply_cb() 935 int plca_status_reply_cb(const struct nlmsghdr *nlhdr, void *data) in plca_status_reply_cb() 1243 static int linkmodes_reply_advert_all_cb(const struct nlmsghdr *nlhdr, in linkmodes_reply_advert_all_cb()
|
H A D | msgbuff.c | 108 struct nlmsghdr *nlhdr = msgbuff->nlhdr; in ethnla_put() local 129 struct nlmsghdr *nlhdr = msgbuff->nlhdr; in ethnla_nest_start() local 189 struct nlmsghdr *nlhdr; in __msg_init() local
|
H A D | prettymsg.c | 176 static int pretty_print_nlmsg(const struct nlmsghdr *nlhdr, in pretty_print_nlmsg() 196 int pretty_print_genlmsg(const struct nlmsghdr *nlhdr, in pretty_print_genlmsg() 234 int pretty_print_rtnlmsg(const struct nlmsghdr *nlhdr, unsigned int err_offset) in pretty_print_rtnlmsg()
|
H A D | permaddr.c | 26 struct nlmsghdr *nlhdr; in permaddr_prep_request() local 60 int permaddr_reply_cb(const struct nlmsghdr *nlhdr, void *data) in permaddr_reply_cb()
|
H A D | netlink.c | 19 int nomsg_reply_cb(const struct nlmsghdr *nlhdr, void *data __maybe_unused) in nomsg_reply_cb() 182 static int family_policy_cb(const struct nlmsghdr *nlhdr, void *data) in family_policy_cb() 354 static int __maybe_unused family_info_cb(const struct nlmsghdr *nlhdr, in family_info_cb()
|
H A D | plca.c | 20 int plca_get_cfg_reply_cb(const struct nlmsghdr *nlhdr, void *data) in plca_get_cfg_reply_cb() 234 int plca_get_status_reply_cb(const struct nlmsghdr *nlhdr, void *data) in plca_get_status_reply_cb()
|
H A D | rss.c | 57 int get_channels_cb(const struct nlmsghdr *nlhdr, void *data) in get_channels_cb() 82 int rss_reply_cb(const struct nlmsghdr *nlhdr, void *data) in rss_reply_cb()
|
H A D | pause.c | 37 static int pause_autoneg_cb(const struct nlmsghdr *nlhdr, void *data) in pause_autoneg_cb() 165 int pause_reply_cb(const struct nlmsghdr *nlhdr, void *data) in pause_reply_cb()
|
H A D | features.c | 205 int features_reply_cb(const struct nlmsghdr *nlhdr, void *data) in features_reply_cb() 477 int sfeatures_reply_cb(const struct nlmsghdr *nlhdr, void *data) in sfeatures_reply_cb()
|
H A D | channels.c | 18 int channels_reply_cb(const struct nlmsghdr *nlhdr, void *data) in channels_reply_cb()
|
H A D | coalesce.c | 18 int coalesce_reply_cb(const struct nlmsghdr *nlhdr, void *data) in coalesce_reply_cb()
|
H A D | rings.c | 18 int rings_reply_cb(const struct nlmsghdr *nlhdr, void *data) in rings_reply_cb()
|
H A D | eee.c | 20 int eee_reply_cb(const struct nlmsghdr *nlhdr, void *data) in eee_reply_cb()
|
H A D | tsinfo.c | 56 int tsinfo_reply_cb(const struct nlmsghdr *nlhdr, void *data) in tsinfo_reply_cb()
|
H A D | module.c | 45 int module_reply_cb(const struct nlmsghdr *nlhdr, void *data) in module_reply_cb()
|
H A D | pse-pd.c | 57 int pse_reply_cb(const struct nlmsghdr *nlhdr, void *data) in pse_reply_cb()
|
H A D | privflags.c | 51 int privflags_reply_cb(const struct nlmsghdr *nlhdr, void *data) in privflags_reply_cb()
|
H A D | mm.c | 99 int mm_reply_cb(const struct nlmsghdr *nlhdr, void *data) in mm_reply_cb()
|
H A D | msgbuff.h | 30 struct nlmsghdr *nlhdr; member
|
/aosp_15_r20/system/netd/server/ |
H A D | NFLogListener.cpp | 65 nlmsghdr nlhdr; in cfgCmdPfUnbind() member 86 nlmsghdr nlhdr; in cfgMode() member 107 nlmsghdr nlhdr; in cfgCmdBind() member 127 nlmsghdr nlhdr; in cfgCmdUnbind() member
|
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/ |
D | netlink_connector.cpp | 275 struct nlmsghdr nlhdr; in send_ifa_request() member 303 struct nlmsghdr nlhdr; in send_ifi_request() member 330 struct nlmsghdr nlhdr; in send_rt_request() member
|
/aosp_15_r20/external/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 61 struct nlmsghdr *nlhdr; variable 177 static void process_event(struct nlmsghdr *nlhdr) in process_event()
|
/aosp_15_r20/external/ltp/testcases/lib/ |
H A D | tst_net_iface_prefix.c | 52 struct nlmsghdr nlhdr; in read_iface_prefix() member
|