Searched refs:applicants (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/net/
H A Dgarp.h111 struct garp_applicant __rcu *applicants[GARP_APPLICATION_MAX + 1]; member in struct:garp_port
H A Dmrp.h125 struct mrp_applicant __rcu *applicants[MRP_APPLICATION_MAX + 1]; member in struct:mrp_port
/linux-4.1.27/net/802/
H A Dgarp.c349 struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]); garp_request_join()
369 struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]); garp_request_leave()
512 app = rcu_dereference(port->applicants[appl->type]); garp_pdu_rcv()
552 if (rtnl_dereference(port->applicants[i])) garp_release_port()
586 rcu_assign_pointer(dev->garp_port->applicants[appl->type], app); garp_init_applicant()
603 struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]); garp_uninit_applicant()
607 RCU_INIT_POINTER(port->applicants[appl->type], NULL); garp_uninit_applicant()
H A Dmrp.c526 port->applicants[appl->type]); mrp_request_join()
551 port->applicants[appl->type]); mrp_request_leave()
792 app = rcu_dereference(port->applicants[appl->type]); mrp_rcv()
834 if (rtnl_dereference(port->applicants[i])) mrp_release_port()
868 rcu_assign_pointer(dev->mrp_port->applicants[appl->type], app); mrp_init_applicant()
889 port->applicants[appl->type]); mrp_uninit_applicant()
893 RCU_INIT_POINTER(port->applicants[appl->type], NULL); mrp_uninit_applicant()

Completed in 132 milliseconds