Lines Matching refs:ntohs
247 first_vid, ntohs(ib_spec->eth.mask.vlan_tag));
249 first_vid, ntohs(ib_spec->eth.val.vlan_tag));
253 ntohs(ib_spec->eth.mask.vlan_tag) >> 12);
256 ntohs(ib_spec->eth.val.vlan_tag) >> 12);
260 ntohs(ib_spec->eth.mask.vlan_tag) >> 13);
263 ntohs(ib_spec->eth.val.vlan_tag) >> 13);
266 ethertype, ntohs(ib_spec->eth.mask.ether_type));
268 ethertype, ntohs(ib_spec->eth.val.ether_type));
369 ntohs(ib_spec->tcp_udp.mask.src_port));
371 ntohs(ib_spec->tcp_udp.val.src_port));
374 ntohs(ib_spec->tcp_udp.mask.dst_port));
376 ntohs(ib_spec->tcp_udp.val.dst_port));
387 ntohs(ib_spec->tcp_udp.mask.src_port));
389 ntohs(ib_spec->tcp_udp.val.src_port));
392 ntohs(ib_spec->tcp_udp.mask.dst_port));
394 ntohs(ib_spec->tcp_udp.val.dst_port));
409 ntohs(ib_spec->gre.mask.protocol));
411 ntohs(ib_spec->gre.val.protocol));
597 eth_type = ntohs(ib_spec->eth.val.ether_type);