Searched refs:new_prot (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ovpn/ |
| H A D | tcp.c | 494 static void ovpn_tcp_build_protos(struct proto *new_prot, 630 static void ovpn_tcp_build_protos(struct proto *new_prot, in ovpn_tcp_build_protos() argument 635 memcpy(new_prot, orig_prot, sizeof(*new_prot)); in ovpn_tcp_build_protos() 637 new_prot->recvmsg = ovpn_tcp_recvmsg; in ovpn_tcp_build_protos() 638 new_prot->sendmsg = ovpn_tcp_sendmsg; in ovpn_tcp_build_protos() 639 new_prot->disconnect = ovpn_tcp_disconnect; in ovpn_tcp_build_protos() 640 new_prot->close = ovpn_tcp_close; in ovpn_tcp_build_protos() 641 new_prot->release_cb = ovpn_tcp_release; in ovpn_tcp_build_protos()
|
| /linux/arch/x86/mm/ |
| H A D | mem_encrypt_amd.c | 349 void set_pte_enc_mask(pte_t *kpte, unsigned long pfn, pgprot_t new_prot) in set_pte_enc_mask() argument 354 new_pte = pfn_pte(pfn, new_prot); in set_pte_enc_mask()
|
| /linux/arch/x86/include/asm/ |
| H A D | sev.h | 521 void set_pte_enc_mask(pte_t *kpte, unsigned long pfn, pgprot_t new_prot); 630 static inline void set_pte_enc_mask(pte_t *kpte, unsigned long pfn, pgprot_t new_prot) { } in set_pte_enc_mask() argument
|