Lines Matching defs:skb
72 static __always_inline int encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, in encap_ipv4()
217 static __always_inline int encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, in encap_ipv6()
313 int __encap_ipip_none(struct __sk_buff *skb) in __encap_ipip_none()
322 int __encap_gre_none(struct __sk_buff *skb) in __encap_gre_none()
331 int __encap_gre_mpls(struct __sk_buff *skb) in __encap_gre_mpls()
340 int __encap_gre_eth(struct __sk_buff *skb) in __encap_gre_eth()
349 int __encap_udp_none(struct __sk_buff *skb) in __encap_udp_none()
358 int __encap_udp_mpls(struct __sk_buff *skb) in __encap_udp_mpls()
367 int __encap_udp_eth(struct __sk_buff *skb) in __encap_udp_eth()
376 int __encap_sit_none(struct __sk_buff *skb) in __encap_sit_none()
385 int __encap_ip6tnl_none(struct __sk_buff *skb) in __encap_ip6tnl_none()
394 int __encap_ip6gre_none(struct __sk_buff *skb) in __encap_ip6gre_none()
403 int __encap_ip6gre_mpls(struct __sk_buff *skb) in __encap_ip6gre_mpls()
412 int __encap_ip6gre_eth(struct __sk_buff *skb) in __encap_ip6gre_eth()
421 int __encap_ip6udp_none(struct __sk_buff *skb) in __encap_ip6udp_none()
430 int __encap_ip6udp_mpls(struct __sk_buff *skb) in __encap_ip6udp_mpls()
439 int __encap_ip6udp_eth(struct __sk_buff *skb) in __encap_ip6udp_eth()
447 static int decap_internal(struct __sk_buff *skb, int off, int len, char proto) in decap_internal()
495 static int decap_ipv4(struct __sk_buff *skb) in decap_ipv4()
510 static int decap_ipv6(struct __sk_buff *skb) in decap_ipv6()
523 int decap_f(struct __sk_buff *skb) in decap_f()