Lines Matching defs:skb

40 static int make_writable(struct sk_buff *skb, int write_len)  in make_writable()
49 static int __pop_vlan_tci(struct sk_buff *skb, __be16 *current_tci) in __pop_vlan_tci()
75 static int pop_vlan(struct sk_buff *skb) in pop_vlan()
104 static int push_vlan(struct sk_buff *skb, const struct ovs_action_push_vlan *vlan) in push_vlan()
124 static int set_eth_addr(struct sk_buff *skb, in set_eth_addr()
138 static void set_ip_addr(struct sk_buff *skb, struct iphdr *nh, in set_ip_addr()
165 static void set_ip_ttl(struct sk_buff *skb, struct iphdr *nh, u8 new_ttl) in set_ip_ttl()
171 static int set_ipv4(struct sk_buff *skb, const struct ovs_key_ipv4 *ipv4_key) in set_ipv4()
199 static void set_tp_port(struct sk_buff *skb, __be16 *port, in set_tp_port()
207 static void set_udp_port(struct sk_buff *skb, __be16 *port, __be16 new_port) in set_udp_port()
222 static int set_udp(struct sk_buff *skb, const struct ovs_key_udp *udp_port_key) in set_udp()
242 static int set_tcp(struct sk_buff *skb, const struct ovs_key_tcp *tcp_port_key) in set_tcp()
262 static int do_output(struct datapath *dp, struct sk_buff *skb, int out_port) in do_output()
279 static int output_userspace(struct datapath *dp, struct sk_buff *skb, in output_userspace()
307 static int sample(struct datapath *dp, struct sk_buff *skb, in sample()
332 static int execute_set_action(struct sk_buff *skb, in execute_set_action()
363 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, in do_execute_actions()
429 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb) in ovs_execute_actions()