Lines Matching defs:skb

52 	struct sk_buff *skb;  member
112 static struct deferred_action *add_deferred_actions(struct sk_buff *skb, in add_deferred_actions()
140 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls()
174 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls()
204 static int set_mpls(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_mpls()
229 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan()
241 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan()
264 static int set_eth_addr(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_eth_addr()
288 static void update_ip_l4_checksum(struct sk_buff *skb, struct iphdr *nh, in update_ip_l4_checksum()
314 static void set_ip_addr(struct sk_buff *skb, struct iphdr *nh, in set_ip_addr()
323 static void update_ipv6_checksum(struct sk_buff *skb, u8 l4_proto, in update_ipv6_checksum()
359 static void set_ipv6_addr(struct sk_buff *skb, u8 l4_proto, in set_ipv6_addr()
378 static void set_ip_ttl(struct sk_buff *skb, struct iphdr *nh, u8 new_ttl, in set_ip_ttl()
387 static int set_ipv4(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv4()
439 static int set_ipv6(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_ipv6()
511 static void set_tp_port(struct sk_buff *skb, __be16 *port, in set_tp_port()
518 static int set_udp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_udp()
560 static int set_tcp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_tcp()
589 static int set_sctp(struct sk_buff *skb, struct sw_flow_key *flow_key, in set_sctp()
621 static int ovs_vport_output(struct net *net, struct sock *sk, struct sk_buff *skb) in ovs_vport_output()
661 static void prepare_frag(struct vport *vport, struct sk_buff *skb) in prepare_frag()
681 struct sk_buff *skb, u16 mru, __be16 ethertype) in ovs_fragment()
736 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output()
766 static int output_userspace(struct datapath *dp, struct sk_buff *skb, in output_userspace()
818 static int sample(struct datapath *dp, struct sk_buff *skb, in sample()
874 static void execute_hash(struct sk_buff *skb, struct sw_flow_key *key, in execute_hash()
889 static int execute_set_action(struct sk_buff *skb, in execute_set_action()
909 static int execute_masked_set_action(struct sk_buff *skb, in execute_masked_set_action()
978 static int execute_recirc(struct datapath *dp, struct sk_buff *skb, in execute_recirc()
1021 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, in do_execute_actions()
1141 struct sk_buff *skb = da->skb; in process_deferred_actions() local
1157 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, in ovs_execute_actions()