Lines Matching defs:phyint
1081 * Each phyint points to one IPSQ that remains fixed over the phyint's life.
1083 * phyint is *not* in an IPMP group, then its IPSQ will refer to the IPSQ's
1084 * "own" xop (ipsq_ownxop). If a phyint *is* part of an IPMP group, then its
1086 * IPSQ of the IPMP meta-interface's phyint. Thus, all phyints that are part
1088 * thus becoming "writer" on any phyint in the group will prevent any other
1089 * writer on any other phyint in the group. All IPSQs sharing the same xop
1097 * phyint leaves an IPMP group) simple, because after the phyint leaves the
1105 * While each phyint and IPSQ point to each other, it is not possible to free
1106 * the IPSQ when the phyint is freed, since we may still *inside* the IPSQ
1107 * when the phyint is being freed. Thus, ipsq_phyint is set to NULL when the
1108 * phyint is freed, and the IPSQ free is later done in ipsq_exit().
1168 struct phyint *ipsq_phyint; /* associated phyint */
1205 * phyint represents state that is common to both IPv4 and IPv6 interfaces.
1207 * backpointer to the phyint structure for accessing common state.
1209 typedef struct phyint {
1553 phyint_t *gr_phyint; /* IPMP group phyint */