Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_device.c112 struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, bool *again) in validate_xmit_xfrm() function
220 EXPORT_SYMBOL_GPL(validate_xmit_xfrm);
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h1849 struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, bool *again);
1909 static inline struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, b… in validate_xmit_xfrm() function
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c3691 skb = validate_xmit_xfrm(skb, features, again); in validate_xmit_skb()