Searched refs:lacpdu (Results 1 – 3 of 3) sorted by relevance
41 bond_print_lacp(struct lacpdu *l) in bond_print_lacp()123 #define BOND_PRINT_LACP(lacpdu) bond_print_lacp(lacpdu) argument261 struct lacpdu *lacp) in rx_machine()564 struct lacpdu *lacpdu; in tx_machine() local594 lacpdu = &hdr->lacpdu; in tx_machine()595 memset(lacpdu, 0, sizeof(*lacpdu)); in tx_machine()599 lacpdu->version_number = 1; in tx_machine()621 lacpdu->collector_max_delay = 0; in tx_machine()624 lacpdu->terminator_length = 0; in tx_machine()627 BOND_PRINT_LACP(lacpdu); in tx_machine()[all …]
87 struct lacpdu { struct107 struct lacpdu lacpdu; argument
488 struct lacpdu *lacp; in make_lacp_reply()507 lacp = (struct lacpdu *) &slow_hdr->slow_protocol; in make_lacp_reply()1388 struct lacpdu_header lacpdu = { in test_mode4_ext_ctrl() local1389 .lacpdu = { in test_mode4_ext_ctrl()1397 initialize_eth_header(&lacpdu.eth_hdr, &src_mac, &dst_mac, in test_mode4_ext_ctrl()1403 &lacpdu, sizeof(lacpdu)); in test_mode4_ext_ctrl()1404 rte_pktmbuf_pkt_len(lacp_tx_buf[i]) = sizeof(lacpdu); in test_mode4_ext_ctrl()1442 struct lacpdu_header lacpdu = { in test_mode4_ext_lacp() local1443 .lacpdu = { in test_mode4_ext_lacp()1457 &lacpdu, sizeof(lacpdu)); in test_mode4_ext_lacp()[all …]