Home
last modified time | relevance | path

Searched refs:skb_segment (Results 1 – 5 of 5) sorted by relevance

/linux/net/sctp/
H A Doffload.c72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
/linux/net/core/
H A Dnet_test.c229 segs = skb_segment(skb, features); in gso_test_func()
H A Dskbuff.c4734 struct sk_buff *skb_segment(struct sk_buff *head_skb, in skb_segment() function
5083 EXPORT_SYMBOL_GPL(skb_segment);
/linux/include/linux/
H A Dskbuff.h4249 struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
/linux/lib/
H A Dtest_bpf.c15148 segs = skb_segment(skb, test->features); in test_skb_segment_single()