Lines Matching defs:transport
651 char *transport;
657 transport = uml_vector_fetch_arg(parsed, "transport");
658 if (transport == NULL) {
659 printk(UM_KERN_ERR "missing transport for unit %d\n", unit);
662 if (strncmp(transport, TRANS_RAW, TRANS_RAW_LEN) == 0)
664 if (strncmp(transport, TRANS_HYBRID, TRANS_HYBRID_LEN) == 0)
666 if (strncmp(transport, TRANS_TAP, TRANS_TAP_LEN) == 0)
668 if (strncmp(transport, TRANS_GRE, TRANS_GRE_LEN) == 0)
670 if (strncmp(transport, TRANS_L2TPV3, TRANS_L2TPV3_LEN) == 0)
672 if (strncmp(transport, TRANS_BESS, TRANS_BESS_LEN) == 0)
674 if (strncmp(transport, TRANS_FD, TRANS_FD_LEN) == 0)