Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbond_3ad.h136 typedef struct bond_marker { struct
153 struct bond_marker marker; argument
/linux/drivers/net/bonding/
H A Dbond_3ad.c96 static int ad_marker_send(struct port *port, struct bond_marker *marker);
114 static void ad_marker_info_received(struct bond_marker *marker_info,
116 static void ad_marker_response_received(struct bond_marker *marker,
986 static int ad_marker_send(struct port *port, struct bond_marker *marker) in ad_marker_send()
2185 static void ad_marker_info_received(struct bond_marker *marker_info,
2188 struct bond_marker marker;
2194 memcpy(&marker, marker_info, sizeof(struct bond_marker));
2214 static void ad_marker_response_received(struct bond_marker *marker,
2643 struct bond_marker *marker; in bond_3ad_rx_indication()
2670 marker = (struct bond_marker *)lacpd in bond_3ad_rx_indication()
[all...]