Home
last modified time | relevance | path

Searched refs:psp_ext (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/netdevsim/
H A Dpsp.c11 void nsim_psp_handle_ext(struct sk_buff *skb, struct skb_ext *psp_ext) in nsim_psp_handle_ext() argument
13 if (psp_ext) in nsim_psp_handle_ext()
14 __skb_ext_set(skb, SKB_EXT_PSP, psp_ext); in nsim_psp_handle_ext()
19 struct netdevsim *peer_ns, struct skb_ext **psp_ext) in nsim_do_psp() argument
70 *psp_ext = skb->extensions; in nsim_do_psp()
71 refcount_inc(&(*psp_ext)->refcnt); in nsim_do_psp()
H A Dnetdevsim.h440 void nsim_psp_handle_ext(struct sk_buff *skb, struct skb_ext *psp_ext);
443 struct netdevsim *peer_ns, struct skb_ext **psp_ext);
449 struct netdevsim *peer_ns, struct skb_ext **psp_ext) in nsim_do_psp() argument
455 nsim_psp_handle_ext(struct sk_buff *skb, struct skb_ext *psp_ext) {} in nsim_psp_handle_ext() argument
H A Dnetdev.c107 struct skb_ext *psp_ext) in nsim_forward_skb() argument
113 if (psp_ext) in nsim_forward_skb()
114 __skb_ext_put(psp_ext); in nsim_forward_skb()
118 nsim_psp_handle_ext(skb, psp_ext); in nsim_forward_skb()
126 struct skb_ext *psp_ext = NULL; in nsim_start_xmit() local
150 dr = nsim_do_psp(skb, ns, peer_ns, &psp_ext); in nsim_start_xmit()
168 skb, rq, psp_ext) == NET_RX_DROP)) in nsim_start_xmit()