Home
last modified time | relevance | path

Searched refs:nsim_ipsec_tx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/netdevsim/
H A Dnetdevsim.h395 bool nsim_ipsec_tx(struct netdevsim *ns, struct sk_buff *skb);
405 static inline bool nsim_ipsec_tx(struct netdevsim *ns, struct sk_buff *skb) in nsim_ipsec_tx() function
H A Dnetdev.c123 if (!nsim_ipsec_tx(ns, skb)) in nsim_start_xmit()