Lines Matching refs:lacp_peerinfo

68 	    sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },
70 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },
90 static void lacp_fill_actorinfo(struct lacp_port *, struct lacp_peerinfo *);
107 static void lacp_fill_aggregator_id_peer(struct lacp_peerinfo *,
108 const struct lacp_peerinfo *);
111 static int lacp_peerinfo_is_compatible(const struct lacp_peerinfo *,
112 const struct lacp_peerinfo *);
137 const struct lacp_peerinfo *);
157 static int lacp_compare_peerinfo(const struct lacp_peerinfo *,
158 const struct lacp_peerinfo *);
175 static const char *lacp_format_partner(const struct lacp_peerinfo *, char *,
177 static const char *lacp_format_lagid(const struct lacp_peerinfo *,
178 const struct lacp_peerinfo *, char *, size_t);
205 static const struct lacp_peerinfo lacp_partner_admin_optimistic = {
212 static const struct lacp_peerinfo lacp_partner_admin_strict = {
324 lacp_fill_actorinfo(struct lacp_port *lp, struct lacp_peerinfo *info)
929 lacp_compare_peerinfo(const struct lacp_peerinfo *a,
930 const struct lacp_peerinfo *b)
932 return (memcmp(a, b, offsetof(struct lacp_peerinfo, lip_state)));
1267 lacp_fill_aggregator_id_peer(struct lacp_peerinfo *lpi_aggr,
1268 const struct lacp_peerinfo *lpi_port)
1304 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a,
1305 const struct lacp_peerinfo *b)
1760 const struct lacp_peerinfo *info)
2022 lacp_format_partner(const struct lacp_peerinfo *peer, char *buf, size_t buflen)
2036 lacp_format_lagid(const struct lacp_peerinfo *a,
2037 const struct lacp_peerinfo *b, char *buf, size_t buflen)
2049 const struct lacp_peerinfo *t;