Lines Matching refs:gen_proto

290 static struct block *gen_proto(int, int, int);
4769 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT);
4770 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
4775 b1 = gen_proto(IPPROTO_TCP, Q_IP, Q_DEFAULT);
4776 b0 = gen_proto(IPPROTO_TCP, Q_IPV6, Q_DEFAULT);
4781 b1 = gen_proto(IPPROTO_UDP, Q_IP, Q_DEFAULT);
4782 b0 = gen_proto(IPPROTO_UDP, Q_IPV6, Q_DEFAULT);
4787 b1 = gen_proto(IPPROTO_ICMP, Q_IP, Q_DEFAULT);
4795 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT);
4802 b1 = gen_proto(IPPROTO_IGRP, Q_IP, Q_DEFAULT);
4810 b1 = gen_proto(IPPROTO_PIM, Q_IP, Q_DEFAULT);
4811 b0 = gen_proto(IPPROTO_PIM, Q_IPV6, Q_DEFAULT);
4820 b1 = gen_proto(IPPROTO_VRRP, Q_IP, Q_DEFAULT);
4828 b1 = gen_proto(IPPROTO_CARP, Q_IP, Q_DEFAULT);
4882 b1 = gen_proto(IPPROTO_ICMPV6, Q_IPV6, Q_DEFAULT);
4889 b1 = gen_proto(IPPROTO_AH, Q_IP, Q_DEFAULT);
4890 b0 = gen_proto(IPPROTO_AH, Q_IPV6, Q_DEFAULT);
4898 b1 = gen_proto(IPPROTO_ESP, Q_IP, Q_DEFAULT);
4899 b0 = gen_proto(IPPROTO_ESP, Q_IPV6, Q_DEFAULT);
4908 b1 = gen_proto(ISO9542_ESIS, Q_ISO, Q_DEFAULT);
4912 b1 = gen_proto(ISO10589_ISIS, Q_ISO, Q_DEFAULT);
4916 b0 = gen_proto(ISIS_L1_LAN_IIH, Q_ISIS, Q_DEFAULT);
4917 b1 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT); /* FIXME extract the circuit-type bits */
4919 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
4921 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
4923 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
4928 b0 = gen_proto(ISIS_L2_LAN_IIH, Q_ISIS, Q_DEFAULT);
4929 b1 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT); /* FIXME extract the circuit-type bits */
4931 b0 = gen_proto(ISIS_L2_LSP, Q_ISIS, Q_DEFAULT);
4933 b0 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
4935 b0 = gen_proto(ISIS_L2_PSNP, Q_ISIS, Q_DEFAULT);
4940 b0 = gen_proto(ISIS_L1_LAN_IIH, Q_ISIS, Q_DEFAULT);
4941 b1 = gen_proto(ISIS_L2_LAN_IIH, Q_ISIS, Q_DEFAULT);
4943 b0 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT);
4948 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
4949 b1 = gen_proto(ISIS_L2_LSP, Q_ISIS, Q_DEFAULT);
4954 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
4955 b1 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
4957 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
4959 b0 = gen_proto(ISIS_L2_PSNP, Q_ISIS, Q_DEFAULT);
4964 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
4965 b1 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
4970 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
4971 b1 = gen_proto(ISIS_L2_PSNP, Q_ISIS, Q_DEFAULT);
4976 b1 = gen_proto(ISO8473_CLNP, Q_ISO, Q_DEFAULT);
5470 return gen_proto(v, proto, dir);
5800 gen_proto(v, proto, dir)
5815 b0 = gen_proto(v, Q_IP, dir);
5816 b1 = gen_proto(v, Q_IPV6, dir);
5890 b0 = gen_proto(ISO10589_ISIS, Q_ISO, Q_DEFAULT);
6315 return gen_proto(real_proto, proto, dir);
6476 return gen_proto((int)v, proto, dir);