Lines Matching defs:skb
69 const struct sk_buff *skb) in ovs_flow_stats_update()
180 static int check_header(struct sk_buff *skb, int len) in check_header()
189 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok()
195 static int check_iphdr(struct sk_buff *skb) in check_iphdr()
214 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok()
230 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok()
236 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok()
242 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok()
248 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
292 static bool icmp6hdr_ok(struct sk_buff *skb) in icmp6hdr_ok()
298 static int parse_vlan(struct sk_buff *skb, struct sw_flow_key *key) in parse_vlan()
320 static __be16 parse_ethertype(struct sk_buff *skb) in parse_ethertype()
358 static int parse_icmpv6(struct sk_buff *skb, struct sw_flow_key *key, in parse_icmpv6()
454 static int key_extract(struct sk_buff *skb, struct sw_flow_key *key) in key_extract()
680 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update()
686 struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_extract()
717 struct sk_buff *skb, in ovs_flow_key_extract_userspace()