Home
last modified time | relevance | path

Searched refs:port_mask_to_range (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c621 port_mask_to_range(uint16_t port, in port_mask_to_range() function
788 status = port_mask_to_range(rte_ntohs(spec.tcp.hdr.src_port), in flow_rule_match_acl_get()
800 status = port_mask_to_range(rte_ntohs(spec.tcp.hdr.dst_port), in flow_rule_match_acl_get()
831 status = port_mask_to_range(rte_ntohs(spec.udp.hdr.src_port), in flow_rule_match_acl_get()
842 status = port_mask_to_range(rte_ntohs(spec.udp.hdr.dst_port), in flow_rule_match_acl_get()
872 status = port_mask_to_range(rte_ntohs(spec.sctp.hdr.src_port), in flow_rule_match_acl_get()
884 status = port_mask_to_range(rte_ntohs(spec.sctp.hdr.dst_port), in flow_rule_match_acl_get()