Searched refs:lacp_portid (Results 1 – 3 of 3) sorted by relevance
142 struct lacp_portid { struct150 struct lacp_portid lacp_portid; member1044 ntohs(p->p_partner.lacp_portid.lacp_portid_priority); in aggr_get_trunk()1046 ntohs(p->p_partner.lacp_portid.lacp_portid_number); in aggr_get_trunk()1675 if ((rpi->lacp_portid.lacp_portid_number == in aggr_update_selected()1676 lpi->lacp_portid.lacp_portid_number) && in aggr_update_selected()1677 (rpi->lacp_portid.lacp_portid_priority == in aggr_update_selected()1678 lpi->lacp_portid.lacp_portid_priority) && in aggr_update_selected()1702 pi->lacp_portid.lacp_portid_priority = htons(0); in aggr_record_default()1703 pi->lacp_portid.lacp_portid_number = htons(0); in aggr_record_default()[all …]
84 struct lacp_portid { struct92 struct lacp_portid lip_portid; argument
180 const char *lacp_format_portid(const struct lacp_portid *, char *,862 lacp_compare_portid(const struct lacp_portid *a,863 const struct lacp_portid *b)1789 lacp_format_portid(const struct lacp_portid *portid, char *buf, size_t buflen) in lacp_format_portid()