Lines Matching defs:skb
90 static struct deferred_action *add_deferred_actions(struct sk_buff *skb, in add_deferred_actions()
129 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
145 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
162 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls()
182 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
196 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
225 static int set_eth_addr(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_eth_addr()
252 static int pop_eth(struct sk_buff *skb, struct sw_flow_key *key) in pop_eth()
266 static int push_eth(struct sk_buff *skb, struct sw_flow_key *key, in push_eth()
282 static noinline_for_stack int push_nsh(struct sk_buff *skb, in push_nsh()
304 static int pop_nsh(struct sk_buff *skb, struct sw_flow_key *key) in pop_nsh()
321 static void update_ip_l4_checksum(struct sk_buff *skb, struct iphdr *nh, in update_ip_l4_checksum()
347 static void set_ip_addr(struct sk_buff *skb, struct iphdr *nh, in set_ip_addr()
357 static void update_ipv6_checksum(struct sk_buff *skb, u8 l4_proto, in update_ipv6_checksum()
393 static void set_ipv6_addr(struct sk_buff *skb, u8 l4_proto, in set_ipv6_addr()
405 static void set_ipv6_dsfield(struct sk_buff *skb, struct ipv6hdr *nh, u8 ipv6_tclass, u8 mask) in set_ipv6_dsfield()
418 static void set_ipv6_fl(struct sk_buff *skb, struct ipv6hdr *nh, u32 fl, u32 mask) in set_ipv6_fl()
434 static void set_ipv6_ttl(struct sk_buff *skb, struct ipv6hdr *nh, u8 new_ttl, u8 mask) in set_ipv6_ttl()
444 static void set_ip_ttl(struct sk_buff *skb, struct iphdr *nh, u8 new_ttl, in set_ip_ttl()
453 static int set_ipv4(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv4()
505 static int set_ipv6(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv6()
575 static int set_nsh(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_nsh()
639 static void set_tp_port(struct sk_buff *skb, __be16 *port, in set_tp_port()
647 static int set_udp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_udp()
690 static int set_tcp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_tcp()
719 static int set_sctp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_sctp()
754 struct sk_buff *skb) in ovs_vport_output()
802 static void prepare_frag(struct vport *vport, struct sk_buff *skb, in prepare_frag()
828 struct sk_buff *skb, u16 mru, in ovs_fragment()
891 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output()
924 static int output_userspace(struct datapath *dp, struct sk_buff *skb, in output_userspace()
984 static int dec_ttl_exception_handler(struct datapath *dp, struct sk_buff *skb, in dec_ttl_exception_handler()
1003 static int sample(struct datapath *dp, struct sk_buff *skb, in sample()
1044 static int clone(struct datapath *dp, struct sk_buff *skb, in clone()
1062 static void execute_hash(struct sk_buff *skb, struct sw_flow_key *key, in execute_hash()
1085 static int execute_set_action(struct sk_buff *skb, in execute_set_action()
1105 static int execute_masked_set_action(struct sk_buff *skb, in execute_masked_set_action()
1180 static int execute_recirc(struct datapath *dp, struct sk_buff *skb, in execute_recirc()
1199 static int execute_check_pkt_len(struct datapath *dp, struct sk_buff *skb, in execute_check_pkt_len()
1238 static int execute_dec_ttl(struct sk_buff *skb, struct sw_flow_key *key) in execute_dec_ttl()
1278 static void execute_psample(struct datapath *dp, struct sk_buff *skb, in execute_psample()
1310 static void execute_psample(struct datapath *dp, struct sk_buff *skb, in execute_psample()
1316 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, in do_execute_actions()
1545 static int clone_execute(struct datapath *dp, struct sk_buff *skb, in clone_execute()
1622 struct sk_buff *skb = da->skb; in process_deferred_actions() local
1638 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, in ovs_execute_actions()