Lines Matching refs:bond_marker
111 static int ad_marker_send(struct port *port, struct bond_marker *marker);
126 static void ad_marker_info_received(struct bond_marker *marker_info,
128 static void ad_marker_response_received(struct bond_marker *marker,
808 static int ad_marker_send(struct port *port, struct bond_marker *marker) in ad_marker_send()
1843 static void ad_marker_info_received(struct bond_marker *marker_info, in ad_marker_info_received()
1846 struct bond_marker marker; in ad_marker_info_received()
1849 memcpy(&marker, marker_info, sizeof(struct bond_marker)); in ad_marker_info_received()
1869 static void ad_marker_response_received(struct bond_marker *marker, in ad_marker_response_received()
2282 switch (((struct bond_marker *)lacpdu)->tlv_type) { in bond_3ad_rx_indication()
2286 ad_marker_info_received((struct bond_marker *)lacpdu, port); in bond_3ad_rx_indication()
2292 ad_marker_response_received((struct bond_marker *)lacpdu, port); in bond_3ad_rx_indication()