Lines Matching defs:skb

48 	struct sk_buff *skb;  member
94 static struct deferred_action *add_deferred_actions(struct sk_buff *skb, in add_deferred_actions()
122 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
158 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
192 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls()
217 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
229 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
252 static int set_eth_addr(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_eth_addr()
276 static void set_ip_addr(struct sk_buff *skb, struct iphdr *nh, in set_ip_addr()
303 static void update_ipv6_checksum(struct sk_buff *skb, u8 l4_proto, in update_ipv6_checksum()
339 static void set_ipv6_addr(struct sk_buff *skb, u8 l4_proto, in set_ipv6_addr()
358 static void set_ip_ttl(struct sk_buff *skb, struct iphdr *nh, u8 new_ttl, in set_ip_ttl()
367 static int set_ipv4(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv4()
419 static int set_ipv6(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv6()
490 static void set_tp_port(struct sk_buff *skb, __be16 *port, in set_tp_port()
497 static int set_udp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_udp()
539 static int set_tcp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_tcp()
568 static int set_sctp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_sctp()
600 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port) in do_output()
610 static int output_userspace(struct datapath *dp, struct sk_buff *skb, in output_userspace()
656 static int sample(struct datapath *dp, struct sk_buff *skb, in sample()
708 static void execute_hash(struct sk_buff *skb, struct sw_flow_key *key, in execute_hash()
723 static int execute_set_action(struct sk_buff *skb, in execute_set_action()
739 static int execute_masked_set_action(struct sk_buff *skb, in execute_masked_set_action()
800 static int execute_recirc(struct datapath *dp, struct sk_buff *skb, in execute_recirc()
843 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, in do_execute_actions()
948 struct sk_buff *skb = da->skb; in process_deferred_actions() local
964 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, in ovs_execute_actions()