Lines Matching +full:single +full:- +full:link

19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
48 in a one-to-many (and in the reverse direction, many-to-one) fashion.
49 There is a single hook named
70 How a link is determined to be up or down depends on the node's
71 configured link failure detection algorithm.
73 Before an interface or link can be plumbed into a group, its status
84 .Bl -tag -width foo
104 .Sh LINK FAILURE DETECTION
107 The following link failure detection algorithms are available:
108 .Bl -tag -width foo
117 hooks, and considers link failed if
122 message is received, node considers link active.
132 When at least one link comes up, node sends the
144 plus a single hook named
149 .Bl -tag -width foo
154 .Bd -literal
158 uint32_t failAlg; /* how to detect link failure */
179 This command takes a 32 bit link number as an argument and
184 link, which may or may not be currently connected:
185 .Bd -literal
186 /* Statistics structure (one for each link) */
188 uint64_t recvOctets; /* total octets rec'd on link */
189 uint64_t recvPackets; /* total pkts rec'd on link */
190 uint64_t xmitOctets; /* total octets xmit'd on link */
191 uint64_t xmitPackets; /* total pkts xmit'd on link */
198 link, use the link number
199 .Dv -1 .
201 This command takes a 32 bit link number as an argument and
202 clears the statistics for that link.
206 but also atomically clears the statistics for the link as well.
220 .Bd -literal
249 192.168.1.2), a point-to-point
266 .An -nosplit
269 netgraph node (with round-robin algorithm) was written by
274 More transmit and link failure algorithms should be supported.