HomeSort by: relevance | last modified time | path
    Searched refs:IFT_LOOP (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/net/
if_loop.c 179 ifp = if_alloc(IFT_LOOP);
193 ifp->if_type = IFT_LOOP;
if_types.h 68 #define IFT_LOOP 0x18 /* loopback */
if_mpls.c 516 case IFT_LOOP:
bpf.c 387 if (ifp->if_type == IFT_LOOP) {
447 if (linktype == DLT_NULL && ifp->if_type == IFT_LOOP) {
896 if (d->bd_hdrcmplt && ifp->if_type != IFT_LOOP)
  /src/sys/netinet/
sctp_output.c 360 if ((ifa->ifa_ifp->if_type == IFT_LOOP) ||
428 if ((ifa->ifa_ifp->if_type == IFT_LOOP) ||
981 if (loopscope == 0 && ifn->if_type == IFT_LOOP) {
1030 if (loopscope == 0 && ifn->if_type == IFT_LOOP) {
1246 if ((ifa->ifa_ifp->if_type == IFT_LOOP) ||
1756 if (loopscope == 0 && ifn->if_type == IFT_LOOP) {
2510 if ((loopback_scope == 0) && (ifa->ifa_ifp->if_type == IFT_LOOP)) {
2746 (ifn->if_type == IFT_LOOP)) {
2772 (ifn->if_type == IFT_LOOP)) {
3699 (ifn->if_type == IFT_LOOP)) {
    [all...]
sctp_asconf.c 2130 if (stcb->asoc.loopback_scope == 0 && ifn->if_type == IFT_LOOP) {
2795 if (loopback_scope == 0 && ifn->if_type == IFT_LOOP) {
ip_input.c 1390 if (__predict_false(rt->rt_ifp->if_type == IFT_LOOP)) {
sctp_usrreq.c 954 (ifn->if_type == IFT_LOOP)) {
sctp_input.c 4128 (m_get_rcvif_NOMPSAFE(m)->if_type != IFT_LOOP)) {
4135 * somehow routed across a non IFT_LOOP type interface
  /src/sys/netinet6/
sctp6_usrreq.c 161 (m_get_rcvif_NOMPSAFE(m)->if_type != IFT_LOOP)) {
168 * somehow routed across a non IFT_LOOP type interface
ip6_input.c 453 * IFT_LOOP if the packet is for us.
462 rt->rt_ifp->if_type == IFT_LOOP) {

Completed in 30 milliseconds