Searched refs:lacp_peerinfo (Results 1 – 2 of 2) sorted by relevance
130 struct lacp_peerinfo { struct148 struct lacp_peerinfo ldu_actor; argument150 struct lacp_peerinfo ldu_partner;216 struct lacp_peerinfo lp_partner;217 struct lacp_peerinfo lp_actor;240 struct lacp_peerinfo la_partner;241 struct lacp_peerinfo la_actor;
77 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },79 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },99 static void lacp_fill_actorinfo(struct lacp_port *, struct lacp_peerinfo *);116 static void lacp_fill_aggregator_id_peer(struct lacp_peerinfo *,117 const struct lacp_peerinfo *);120 static bool lacp_peerinfo_is_compatible(const struct lacp_peerinfo *,121 const struct lacp_peerinfo *);146 const struct lacp_peerinfo *);166 static int lacp_compare_peerinfo(const struct lacp_peerinfo *,167 const struct lacp_peerinfo *);[all …]