Searched refs:transport_protocol (Results 1 – 1 of 1) sorted by relevance
87 int transport_protocol; member255 static void pf_check_transport_protocol(uint_t transport_protocol);1147 pf_check_transport_protocol(uint_t transport_protocol) in pf_check_transport_protocol() argument1152 for (i = 0; dl.dl_trans_map_tbl[i].transport_protocol != -1; i++) { in pf_check_transport_protocol()1153 if (transport_protocol == in pf_check_transport_protocol()1154 (uint_t)dl.dl_trans_map_tbl[i].transport_protocol) { in pf_check_transport_protocol()1160 transport_protocol); in pf_check_transport_protocol()