Home
last modified time | relevance | path

Searched refs:mrp_applicant (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/802/
H A Dmrp.c296 static void mrp_attr_destroy_all(struct mrp_applicant *app) in mrp_attr_destroy_all()
309 static int mrp_pdu_init(struct mrp_applicant *app) in mrp_pdu_init()
343 static void mrp_pdu_queue(struct mrp_applicant *app) in mrp_pdu_queue()
360 static void mrp_queue_xmit(struct mrp_applicant *app) in mrp_queue_xmit()
481 static void mrp_attr_event(struct mrp_applicant *app, in mrp_attr_event()
535 struct mrp_applicant *app = rtnl_dereference( in mrp_request_join()
560 struct mrp_applicant *app = rtnl_dereference( in mrp_request_leave()
592 static void mrp_join_timer_arm(struct mrp_applicant *app) in mrp_join_timer_arm()
790 struct mrp_applicant *app; in mrp_rcv()
857 struct mrp_applicant *app; in mrp_init_applicant()
[all …]
/linux-6.15/include/net/
H A Dmrp.h116 struct mrp_applicant { struct
131 struct mrp_applicant __rcu *applicants[MRP_APPLICATION_MAX + 1]; argument