Lines Matching defs:skb
60 const struct sk_buff *skb) in ovs_flow_stats_update()
174 static int check_header(struct sk_buff *skb, int len) in check_header()
183 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok()
189 static int check_iphdr(struct sk_buff *skb) in check_iphdr()
208 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok()
224 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok()
230 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok()
236 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok()
242 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
289 static bool icmp6hdr_ok(struct sk_buff *skb) in icmp6hdr_ok()
301 static int parse_vlan_tag(struct sk_buff *skb, struct vlan_head *key_vh, in parse_vlan_tag()
345 static int parse_vlan(struct sk_buff *skb, struct sw_flow_key *key) in parse_vlan()
367 static __be16 parse_ethertype(struct sk_buff *skb) in parse_ethertype()
405 static int parse_icmpv6(struct sk_buff *skb, struct sw_flow_key *key, in parse_icmpv6()
479 static int parse_nsh(struct sk_buff *skb, struct sw_flow_key *key) in parse_nsh()
532 static int key_extract_l3l4(struct sk_buff *skb, struct sw_flow_key *key) in key_extract_l3l4()
756 static int key_extract(struct sk_buff *skb, struct sw_flow_key *key) in key_extract()
812 int ovs_flow_key_update_l3l4(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update_l3l4()
817 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update()
828 static int key_extract_mac_proto(struct sk_buff *skb) in key_extract_mac_proto()
843 struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_extract()
899 struct sk_buff *skb, in ovs_flow_key_extract_userspace()