Searched refs:bond_marker (Results 1 – 2 of 2) sorted by relevance
152 typedef struct bond_marker { struct169 struct bond_marker marker; argument
119 static int ad_marker_send(struct port *port, struct bond_marker *marker);134 static void ad_marker_info_received(struct bond_marker *marker_info,136 static void ad_marker_response_received(struct bond_marker *marker,884 static int ad_marker_send(struct port *port, struct bond_marker *marker) in ad_marker_send()1920 static void ad_marker_info_received(struct bond_marker *marker_info, in ad_marker_info_received()1923 struct bond_marker marker; in ad_marker_info_received()1926 memcpy(&marker, marker_info, sizeof(struct bond_marker)); in ad_marker_info_received()1946 static void ad_marker_response_received(struct bond_marker *marker, in ad_marker_response_received()2389 switch (((struct bond_marker *)lacpdu)->tlv_type) { in bond_3ad_rx_indication()2393 ad_marker_info_received((struct bond_marker *)lacpdu, port); in bond_3ad_rx_indication()[all …]