Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A 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);
/openbmc/linux/include/net/
H A Dxfrm.h1953 struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, bool *again);
2021 static inline struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, b… in validate_xmit_xfrm() function
/openbmc/linux/net/core/
H A Ddev.c3722 skb = validate_xmit_xfrm(skb, features, again); in validate_xmit_skb()