Lines Matching refs:lacp_peerinfo

61 	    sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },
63 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },
84 struct lacp_peerinfo *);
85 void lacp_fill_actorinfo(struct lacp_port *, struct lacp_peerinfo *);
102 void lacp_fill_aggregator_id_peer(struct lacp_peerinfo *,
103 const struct lacp_peerinfo *);
106 int lacp_peerinfo_is_compatible(const struct lacp_peerinfo *,
107 const struct lacp_peerinfo *);
133 const struct lacp_peerinfo *);
153 int lacp_compare_peerinfo(const struct lacp_peerinfo *,
154 const struct lacp_peerinfo *);
170 const char *lacp_format_partner(const struct lacp_peerinfo *, char *,
172 const char *lacp_format_lagid(const struct lacp_peerinfo *,
173 const struct lacp_peerinfo *, char *, size_t);
196 lacp_default_partner(struct lacp_softc *lsc, struct lacp_peerinfo *peer)
327 lacp_fill_actorinfo(struct lacp_port *lp, struct lacp_peerinfo *info)
847 lacp_compare_peerinfo(const struct lacp_peerinfo *a,
848 const struct lacp_peerinfo *b)
850 return (memcmp(a, b, offsetof(struct lacp_peerinfo, lip_state)));
1115 lacp_fill_aggregator_id_peer(struct lacp_peerinfo *lpi_aggr,
1116 const struct lacp_peerinfo *lpi_port)
1147 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a,
1148 const struct lacp_peerinfo *b)
1555 const struct lacp_peerinfo *info)
1579 struct lacp_peerinfo peer;
1799 lacp_format_partner(const struct lacp_peerinfo *peer, char *buf, size_t buflen)
1813 lacp_format_lagid(const struct lacp_peerinfo *a,
1814 const struct lacp_peerinfo *b, char *buf, size_t buflen)
1825 const struct lacp_peerinfo *t;