Lines Matching refs:lacp_peerinfo

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 int 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 *);
184 static const char *lacp_format_partner(const struct lacp_peerinfo *, char *,
186 static const char *lacp_format_lagid(const struct lacp_peerinfo *,
187 const struct lacp_peerinfo *, char *, size_t);
219 static const struct lacp_peerinfo lacp_partner_admin_optimistic = {
226 static const struct lacp_peerinfo lacp_partner_admin_strict = {
338 lacp_fill_actorinfo(struct lacp_port *lp, struct lacp_peerinfo *info)
931 lacp_compare_peerinfo(const struct lacp_peerinfo *a,
932 const struct lacp_peerinfo *b)
934 return (memcmp(a, b, offsetof(struct lacp_peerinfo, lip_state)));
1354 lacp_fill_aggregator_id_peer(struct lacp_peerinfo *lpi_aggr,
1355 const struct lacp_peerinfo *lpi_port)
1391 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a,
1392 const struct lacp_peerinfo *b)
1854 const struct lacp_peerinfo *info)
2116 lacp_format_partner(const struct lacp_peerinfo *peer, char *buf, size_t buflen)
2130 lacp_format_lagid(const struct lacp_peerinfo *a,
2131 const struct lacp_peerinfo *b, char *buf, size_t buflen)
2143 const struct lacp_peerinfo *t;