Home
last modified time | relevance | path

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

/linux/drivers/net/netdevsim/
H A Dnetdevsim.h453 void nsim_psp_handle_ext(struct sk_buff *skb, struct skb_ext *psp_ext);
456 struct netdevsim *peer_ns, struct skb_ext **psp_ext);
462 struct netdevsim *peer_ns, struct skb_ext **psp_ext) in nsim_do_psp()
468 nsim_psp_handle_ext(struct sk_buff *skb, struct skb_ext *psp_ext) {} in nsim_psp_handle_ext()
H A Dpsp.c11 void nsim_psp_handle_ext(struct sk_buff *skb, struct skb_ext *psp_ext) in nsim_psp_handle_ext()
19 struct netdevsim *peer_ns, struct skb_ext **psp_ext) in nsim_do_psp()
/linux/net/core/
H A Dgro.c344 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext() local
347 skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare_tc_ext()
350 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare_tc_ext()
351 if (!diffs && unlikely(skb_ext)) in gro_list_prepare_tc_ext()
352 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare_tc_ext()
H A Dskbuff.c5176 unsigned int l = SKB_EXT_CHUNKSIZEOF(struct skb_ext); in skb_extensions_init()
7098 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in __skb_ext_alloc()
7110 * Note: caller must handle the skb_ext as an opaque data. in skb_ext_maybe_cow()
7112 struct skb_ext *__skb_ext_alloc(gfp_t flags) in skb_ext_maybe_cow()
7114 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags); in skb_ext_maybe_cow()
7124 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()
7127 struct skb_ext *new; in skb_ext_maybe_cow()
7171 struct skb_ext *ext)
7201 struct skb_ext *ne in skb_ext_add()
[all...]
/linux/net/mptcp/
H A Dprotocol.c1311 struct skb_ext *mpext = __skb_ext_alloc(gfp); in __mptcp_add_ext()