Home
last modified time | relevance | path

Searched refs:psp_reply_set_decrypted (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/psp/
H A Dfunctions.h37 void psp_reply_set_decrypted(const struct sock *sk, struct sk_buff *skb);
163 psp_reply_set_decrypted(const struct sock *sk, struct sk_buff *skb) { } in psp_reply_set_decrypted() function
/linux/net/psp/
H A Dpsp_sock.c284 void psp_reply_set_decrypted(const struct sock *sk, struct sk_buff *skb) in psp_reply_set_decrypted()
294 EXPORT_IPV6_MOD_GPL(psp_reply_set_decrypted);
282 void psp_reply_set_decrypted(const struct sock *sk, struct sk_buff *skb) psp_reply_set_decrypted() function
/linux/net/ipv4/
H A Dip_output.c1671 psp_reply_set_decrypted(orig_sk, nskb); in ip_send_unicast_reply()
/linux/net/ipv6/
H A Dtcp_ipv6.c932 psp_reply_set_decrypted(sk, buff); in tcp_v6_send_response()