Lines Matching defs:skb
62 const struct sk_buff *skb) in ovs_flow_stats_update()
179 static int check_header(struct sk_buff *skb, int len) in check_header()
188 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok()
194 static int check_iphdr(struct sk_buff *skb) in check_iphdr()
213 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok()
229 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok()
235 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok()
241 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok()
273 static void get_ipv6_ext_hdrs(struct sk_buff *skb, struct ipv6hdr *nh, in get_ipv6_ext_hdrs()
385 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
434 static bool icmp6hdr_ok(struct sk_buff *skb) in icmp6hdr_ok()
450 static int parse_vlan_tag(struct sk_buff *skb, struct vlan_head *key_vh, in parse_vlan_tag()
494 static int parse_vlan(struct sk_buff *skb, struct sw_flow_key *key) in parse_vlan()
516 static __be16 parse_ethertype(struct sk_buff *skb) in parse_ethertype()
554 static int parse_icmpv6(struct sk_buff *skb, struct sw_flow_key *key, in parse_icmpv6()
629 static int parse_nsh(struct sk_buff *skb, struct sw_flow_key *key) in parse_nsh()
683 static int key_extract_l3l4(struct sk_buff *skb, struct sw_flow_key *key) in key_extract_l3l4()
915 static int key_extract(struct sk_buff *skb, struct sw_flow_key *key) in key_extract()
971 int ovs_flow_key_update_l3l4(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update_l3l4()
976 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update()
987 static int key_extract_mac_proto(struct sk_buff *skb) in key_extract_mac_proto()
1002 struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_extract()
1077 struct sk_buff *skb, in ovs_flow_key_extract_userspace()