aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index e045516891a9..78c299f40bac 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -2679,6 +2679,8 @@ unsigned int skb_gso_transport_seglen(const struct sk_buff *skb);
2679struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features); 2679struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
2680struct sk_buff *skb_vlan_untag(struct sk_buff *skb); 2680struct sk_buff *skb_vlan_untag(struct sk_buff *skb);
2681int skb_ensure_writable(struct sk_buff *skb, int write_len); 2681int skb_ensure_writable(struct sk_buff *skb, int write_len);
2682int skb_vlan_pop(struct sk_buff *skb);
2683int skb_vlan_push(struct sk_buff *skb, __be16 vlan_proto, u16 vlan_tci);
2682 2684
2683struct skb_checksum_ops { 2685struct skb_checksum_ops {
2684 __wsum (*update)(const void *mem, int len, __wsum wsum); 2686 __wsum (*update)(const void *mem, int len, __wsum wsum);