Home
last modified time | relevance | path

Searched defs:lacpdu (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dbond_3ad.h100 typedef struct lacpdu { struct
101 u8 subtype; /* = LACP(= 0x01) */
102 u8 version_number;
103 u8 tlv_type_actor_info; /* = actor information(type/length/value) */
104 u8 actor_information_length; /* = 20 */
128 } __packed lacpdu_t; argument
132 struct lacpdu lacpdu; argument
249 struct lacpdu lacpdu; /* the lacpdu that will be sent for this port */ member
/linux/drivers/net/bonding/
H A Dbond_3ad.c519 static void __choose_matched(struct lacpdu *lacpdu, struct port *port) in __choose_matched()
548 static void __record_pdu(struct lacpdu *lacpdu, struct port *port) in __record_pdu()
616 static void __update_selected(struct lacpdu *lacpdu, struct port *port) in __update_selected()
680 static void __update_ntt(struct lacpdu *lacpdu, struct port *port) in __update_ntt()
875 struct lacpdu *lacpdu = &port->lacpdu; in __update_lacpdu_from_port() local
1241 static void ad_rx_machine(struct lacpdu *lacpdu, struct port *port) in ad_rx_machine()
2018 static const struct lacpdu lacpdu = { in ad_initialize_port() local
2618 static int bond_3ad_rx_indication(struct lacpdu *lacpdu, struct slave *slave) in bond_3ad_rx_indication()
2901 struct lacpdu *lacpdu, _lacpdu; in bond_3ad_lacpdu_recv() local