Searched refs:set_tp_port (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | actions.c | 661 static void set_tp_port(struct sk_buff *skb, __be16 *port, in set_tp_port() function 689 set_tp_port(skb, &uh->source, src, &uh->check); in set_udp() 693 set_tp_port(skb, &uh->dest, dst, &uh->check); in set_udp() 728 set_tp_port(skb, &th->source, src, &th->check); in set_tcp() 733 set_tp_port(skb, &th->dest, dst, &th->check); in set_tcp()
|