Searched refs:psp_ext (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/netdevsim/ |
| H A D | netdevsim.h | 440 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 D | netdev.c | 107 struct skb_ext *psp_ext) in nsim_forward_skb() argument 115 nsim_psp_handle_ext(skb, psp_ext); in nsim_forward_skb() 123 struct skb_ext *psp_ext = NULL; in nsim_start_xmit() local 147 dr = nsim_do_psp(skb, ns, peer_ns, &psp_ext); in nsim_start_xmit() 165 skb, rq, psp_ext) == NET_RX_DROP)) in nsim_start_xmit()
|