Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dbond_3ad.h135 typedef struct bond_marker { struct
152 struct bond_marker marker; argument
/Linux-v5.4/drivers/net/bonding/
Dbond_3ad.c103 static int ad_marker_send(struct port *port, struct bond_marker *marker);
118 static void ad_marker_info_received(struct bond_marker *marker_info,
120 static void ad_marker_response_received(struct bond_marker *marker,
874 static int ad_marker_send(struct port *port, struct bond_marker *marker) in ad_marker_send()
1934 static void ad_marker_info_received(struct bond_marker *marker_info, in ad_marker_info_received()
1937 struct bond_marker marker; in ad_marker_info_received()
1943 memcpy(&marker, marker_info, sizeof(struct bond_marker)); in ad_marker_info_received()
1963 static void ad_marker_response_received(struct bond_marker *marker, in ad_marker_response_received()
2379 struct bond_marker *marker; in bond_3ad_rx_indication()
2406 marker = (struct bond_marker *)lacpdu; in bond_3ad_rx_indication()