Home
last modified time | relevance | path

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

/Linux-v6.6/net/xfrm/
Dxfrm_device.c113 struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, bool *again) in validate_xmit_xfrm() function
231 EXPORT_SYMBOL_GPL(validate_xmit_xfrm);
/Linux-v6.6/include/net/
Dxfrm.h1935 struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, bool *again);
2022 static inline struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, b… in validate_xmit_xfrm() function
/Linux-v6.6/net/core/
Ddev.c3682 skb = validate_xmit_xfrm(skb, features, again); in validate_xmit_skb()