Lines Matching defs:transport
650 char *transport;
656 transport = uml_vector_fetch_arg(parsed, "transport");
657 if (transport == NULL) {
658 printk(UM_KERN_ERR "missing transport for unit %d\n", unit);
661 if (strncmp(transport, TRANS_RAW, TRANS_RAW_LEN) == 0)
663 if (strncmp(transport, TRANS_HYBRID, TRANS_HYBRID_LEN) == 0)
665 if (strncmp(transport, TRANS_TAP, TRANS_TAP_LEN) == 0)
667 if (strncmp(transport, TRANS_GRE, TRANS_GRE_LEN) == 0)
669 if (strncmp(transport, TRANS_L2TPV3, TRANS_L2TPV3_LEN) == 0)
671 if (strncmp(transport, TRANS_BESS, TRANS_BESS_LEN) == 0)
673 if (strncmp(transport, TRANS_FD, TRANS_FD_LEN) == 0)