Lines Matching refs:ntohs
257 first_vid, ntohs(ib_spec->eth.mask.vlan_tag));
259 first_vid, ntohs(ib_spec->eth.val.vlan_tag));
263 ntohs(ib_spec->eth.mask.vlan_tag) >> 12);
266 ntohs(ib_spec->eth.val.vlan_tag) >> 12);
270 ntohs(ib_spec->eth.mask.vlan_tag) >> 13);
273 ntohs(ib_spec->eth.val.vlan_tag) >> 13);
276 ethertype, ntohs(ib_spec->eth.mask.ether_type));
278 ethertype, ntohs(ib_spec->eth.val.ether_type));
386 ntohs(ib_spec->tcp_udp.mask.src_port));
388 ntohs(ib_spec->tcp_udp.val.src_port));
391 ntohs(ib_spec->tcp_udp.mask.dst_port));
393 ntohs(ib_spec->tcp_udp.val.dst_port));
404 ntohs(ib_spec->tcp_udp.mask.src_port));
406 ntohs(ib_spec->tcp_udp.val.src_port));
409 ntohs(ib_spec->tcp_udp.mask.dst_port));
411 ntohs(ib_spec->tcp_udp.val.dst_port));
426 ntohs(ib_spec->gre.mask.protocol));
428 ntohs(ib_spec->gre.val.protocol));
655 eth_type = ntohs(ib_spec->eth.val.ether_type);