Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dbond_3ad.h152 typedef struct bond_marker { struct
169 struct bond_marker marker; argument
/linux-4.1.27/drivers/net/bonding/
Dbond_3ad.c111 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,
809 static int ad_marker_send(struct port *port, struct bond_marker *marker) in ad_marker_send()
1844 static void ad_marker_info_received(struct bond_marker *marker_info, in ad_marker_info_received()
1847 struct bond_marker marker; in ad_marker_info_received()
1850 memcpy(&marker, marker_info, sizeof(struct bond_marker)); in ad_marker_info_received()
1870 static void ad_marker_response_received(struct bond_marker *marker, in ad_marker_response_received()
2284 switch (((struct bond_marker *)lacpdu)->tlv_type) { in bond_3ad_rx_indication()
2288 ad_marker_info_received((struct bond_marker *)lacpdu, port); in bond_3ad_rx_indication()
[all …]