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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.h145 typedef struct bond_marker { struct
162 struct bond_marker marker;
H A Dbond_3ad.c104 static int ad_marker_send(struct port *port, struct bond_marker *marker);
116 static void ad_marker_info_received(struct bond_marker *marker_info, struct port *port);
117 static void ad_marker_response_received(struct bond_marker *marker, struct port *port);
871 static int ad_marker_send(struct port *port, struct bond_marker *marker)
1747 static void ad_marker_info_received(struct bond_marker *marker_info,
1750 struct bond_marker marker;
1754 memcpy(&marker, marker_info, sizeof(struct bond_marker));
1774 static void ad_marker_response_received(struct bond_marker *marker,
2144 switch (((struct bond_marker *)lacpdu)->tlv_type) {
2148 ad_marker_info_received((struct bond_marker *)lacpd
[all...]

Completed in 231 milliseconds