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);
210 static const struct lacp_peerinfo lacp_partner_admin_optimistic = {
217 static const struct lacp_peerinfo lacp_partner_admin_strict = {
329 lacp_fill_actorinfo(struct lacp_port *lp, struct lacp_peerinfo *info)
882 lacp_compare_peerinfo(const struct lacp_peerinfo *a,
883 const struct lacp_peerinfo *b)
885 return (memcmp(a, b, offsetof(struct lacp_peerinfo, lip_state)));
1224 lacp_fill_aggregator_id_peer(struct lacp_peerinfo *lpi_aggr,
1225 const struct lacp_peerinfo *lpi_port)
1261 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a,
1262 const struct lacp_peerinfo *b)
1717 const struct lacp_peerinfo *info)
1979 lacp_format_partner(const struct lacp_peerinfo *peer, char *buf, size_t buflen)
1993 lacp_format_lagid(const struct lacp_peerinfo *a,
1994 const struct lacp_peerinfo *b, char *buf, size_t buflen)
2006 const struct lacp_peerinfo *t;