Lines Matching refs:ip_proto

358 	  offsetof(struct hclge_fd_rule, tuples.ip_proto),
359 offsetof(struct hclge_fd_rule, tuples_mask.ip_proto) },
6183 struct hclge_fd_rule *rule, u8 ip_proto) in hclge_fd_get_tcpip4_tuple() argument
6207 rule->tuples.ip_proto = ip_proto; in hclge_fd_get_tcpip4_tuple()
6208 rule->tuples_mask.ip_proto = 0xFF; in hclge_fd_get_tcpip4_tuple()
6227 rule->tuples.ip_proto = fs->h_u.usr_ip4_spec.proto; in hclge_fd_get_ip4_tuple()
6228 rule->tuples_mask.ip_proto = fs->m_u.usr_ip4_spec.proto; in hclge_fd_get_ip4_tuple()
6235 struct hclge_fd_rule *rule, u8 ip_proto) in hclge_fd_get_tcpip6_tuple() argument
6259 rule->tuples.ip_proto = ip_proto; in hclge_fd_get_tcpip6_tuple()
6260 rule->tuples_mask.ip_proto = 0xFF; in hclge_fd_get_tcpip6_tuple()
6276 rule->tuples.ip_proto = fs->h_u.usr_ip6_spec.l4_proto; in hclge_fd_get_ip6_tuple()
6277 rule->tuples_mask.ip_proto = fs->m_u.usr_ip6_spec.l4_proto; in hclge_fd_get_ip6_tuple()
6692 spec->proto = rule->tuples.ip_proto; in hclge_fd_get_ip4_info()
6694 0 : rule->tuples_mask.ip_proto; in hclge_fd_get_ip4_info()
6754 spec->l4_proto = rule->tuples.ip_proto; in hclge_fd_get_ip6_info()
6756 0 : rule->tuples_mask.ip_proto; in hclge_fd_get_ip6_info()
6957 tuples->ip_proto = fkeys->basic.ip_proto; in hclge_fd_get_flow_tuples()
7000 if (tuples->ip_proto == IPPROTO_TCP) in hclge_fd_build_arfs_rule()
7005 if (tuples->ip_proto == IPPROTO_TCP) in hclge_fd_build_arfs_rule()
7150 rule->tuples.ip_proto = match.key->ip_proto; in hclge_get_cls_key_basic()
7151 rule->tuples_mask.ip_proto = match.mask->ip_proto; in hclge_get_cls_key_basic()