Searched refs:set_tp_port (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 664 static void set_tp_port(struct sk_buff *skb, __be16 *port, in set_tp_port() function 692 set_tp_port(skb, &uh->source, src, &uh->check); in set_udp() 696 set_tp_port(skb, &uh->dest, dst, &uh->check); in set_udp() 731 set_tp_port(skb, &th->source, src, &th->check); in set_tcp() 736 set_tp_port(skb, &th->dest, dst, &th->check); in set_tcp()
|
Completed in 5 milliseconds