Lines Matching defs:mpw_softc
47 struct mpw_softc { struct
48 struct arpcom sc_ac;
51 int sc_txhprio;
52 int sc_rxhprio;
53 unsigned int sc_rdomain;
54 struct ifaddr sc_ifa;
55 struct sockaddr_mpls sc_smpls; /* Local label */
57 unsigned int sc_cword;
58 unsigned int sc_fword;
59 uint32_t sc_flow;
60 uint32_t sc_type;
61 struct mpw_neighbor *sc_neighbor;
86 struct mpw_softc *sc; in mpw_clone_create() argument