Searched refs:tcp_port_key (Results 1 – 1 of 1) sorted by relevance
242 static int set_tcp(struct sk_buff *skb, const struct ovs_key_tcp *tcp_port_key) in set_tcp() argument253 if (tcp_port_key->tcp_src != th->source) in set_tcp()254 set_tp_port(skb, &th->source, tcp_port_key->tcp_src, &th->check); in set_tcp()256 if (tcp_port_key->tcp_dst != th->dest) in set_tcp()257 set_tp_port(skb, &th->dest, tcp_port_key->tcp_dst, &th->check); in set_tcp()