Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/linux/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() argument
35 NULL, prot) ? 0 : -1; in inet_add_protocol()
39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() argument
42 NULL, prot) ? 0 : -1; in inet_add_offload()
46 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol() argument
51 prot, NULL) == prot) ? 0 : -1; in inet_del_protocol()
59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() argument
64 prot, NULL) == prot) ? 0 : -1; in inet_del_offload()
/linux/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol() argument
31 NULL, prot) ? 0 : -1; in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol() argument
40 prot, NULL) == prot) ? 0 : -1; in inet6_del_protocol()
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload() argument
55 NULL, prot) ? 0 : -1; in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() argument
64 prot, NULL) == prot) ? 0 : -1; in inet6_del_offload()
/linux/tools/testing/selftests/net/
H A Dcmsg_ipv6.sh51 [ $p == "u" ] && prot=UDP
52 [ $p == "i" ] && prot=ICMP
53 [ $p == "r" ] && prot=RAW
61 check_result $? $df "DONTFRAG $prot $ovr"
75 [ $p == "u" ] && prot=UDP
76 [ $p == "i" ] && prot=ICMP
77 [ $p == "r" ] && prot=RAW
89 check_result $? 0 "TCLASS $prot $ovr - pass"
96 check_result $? 0 "TCLASS $prot $ovr - packet data"
103 check_result $? 1 "TCLASS $prot $ovr - rejection"
[all …]
H A Dcmsg_time.sh49 [ $p == "u" ] && prot=UDPv${i:1:2}
50 [ $p == "i" ] && prot=ICMPv${i:1:2}
51 [ $p == "r" ] && prot=RAWv${i:1:2}
54 check_result $? "$ts" "" "$prot - no options"
57 check_result $? "$ts" "2" "$prot - ts cnt"
60 check_result $? "$ts" "OK" "$prot - ts0 SCHED"
63 check_result $? "$ts" "OK" "$prot - ts0 SND"
67 check_result $? "$ts" "OK" "$prot - TXTIME abs"
76 check_result $? "$ts" "OK" "$prot - TXTIME rel"
/linux/arch/powerpc/mm/
H A Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap() local
18 return iowa_ioremap(addr, size, prot, caller); in ioremap()
19 return __ioremap_caller(addr, size, prot, caller); in ioremap()
25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); in ioremap_wc() local
29 return iowa_ioremap(addr, size, prot, caller); in ioremap_wc()
30 return __ioremap_caller(addr, size, prot, caller); in ioremap_wc()
36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent() local
40 return iowa_ioremap(addr, size, prot, caller); in ioremap_coherent()
41 return __ioremap_caller(addr, size, prot, caller); in ioremap_coherent()
60 unsigned long size, pgprot_t prot) in early_ioremap_range() argument
[all …]
/linux/arch/arm/include/asm/
H A Dpgtable.h112 #define __pgprot_modify(prot,mask,bits) \ argument
113 __pgprot((pgprot_val(prot) & ~(mask)) | (bits))
115 #define pgprot_noncached(prot) \ argument
116 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED)
118 #define pgprot_writecombine(prot) \ argument
119 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_BUFFERABLE)
121 #define pgprot_stronglyordered(prot) \ argument
122 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED)
124 #define pgprot_device(prot) \ argument
125 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_DEV_SHARED | L_PTE_SHARED | L_PTE_DIRTY | L_PTE_XN)
[all …]
H A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) argument
49 #define pgprot_writecombine(prot) (prot) argument
50 #define pgprot_device(prot) (prot) argument
/linux/net/tls/
H A Dtls.h145 int init_prot_info(struct tls_prot_info *prot,
307 tls_advance_record_sn(struct sock *sk, struct tls_prot_info *prot, in tls_advance_record_sn() argument
310 if (tls_bigint_increment(ctx->rec_seq, prot->rec_seq_size)) in tls_advance_record_sn()
313 if (prot->version != TLS_1_3_VERSION && in tls_advance_record_sn()
314 prot->cipher_type != TLS_CIPHER_CHACHA20_POLY1305) in tls_advance_record_sn()
315 tls_bigint_increment(ctx->iv + prot->salt_size, in tls_advance_record_sn()
316 prot->iv_size); in tls_advance_record_sn()
320 tls_xor_iv_with_seq(struct tls_prot_info *prot, char *iv, char *seq) in tls_xor_iv_with_seq() argument
324 if (prot->version == TLS_1_3_VERSION || in tls_xor_iv_with_seq()
325 prot->cipher_type == TLS_CIPHER_CHACHA20_POLY1305) { in tls_xor_iv_with_seq()
[all …]
H A Dtls_sw.c157 static int tls_padding_length(struct tls_prot_info *prot, struct sk_buff *skb, in tls_padding_length() argument
165 if (prot->version == TLS_1_3_VERSION) { in tls_padding_length()
171 if (offset < prot->prepend_size) in tls_padding_length()
261 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_do_decryption() local
266 aead_request_set_ad(aead_req, prot->aad_size); in tls_do_decryption()
268 data_len + prot->tag_size, in tls_do_decryption()
310 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_trim_both_msgs() local
316 target_size += prot->overhead_size; in tls_trim_both_msgs()
333 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_clone_plaintext_msg() local
349 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg()
[all …]
H A Dtls_main.c128 static void build_protos(struct proto prot[TLS_NUM_CONFIG][TLS_NUM_CONFIG],
873 struct proto *prot = READ_ONCE(sk->sk_prot); in tls_build_proto() local
877 unlikely(prot != smp_load_acquire(&saved_tcpv6_prot))) { in tls_build_proto()
879 if (likely(prot != saved_tcpv6_prot)) { in tls_build_proto()
880 build_protos(tls_prots[TLSV6], prot); in tls_build_proto()
883 smp_store_release(&saved_tcpv6_prot, prot); in tls_build_proto()
889 unlikely(prot != smp_load_acquire(&saved_tcpv4_prot))) { in tls_build_proto()
891 if (likely(prot != saved_tcpv4_prot)) { in tls_build_proto()
892 build_protos(tls_prots[TLSV4], prot); in tls_build_proto()
895 smp_store_release(&saved_tcpv4_prot, prot); in tls_build_proto()
[all …]
/linux/arch/sh/include/asm/
H A Dpgtable.h121 static inline bool __pte_access_permitted(pte_t pte, u64 prot) in __pte_access_permitted() argument
123 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
129 u64 prot = _PAGE_PRESENT; in pte_access_permitted() local
131 prot |= _PAGE_EXT(_PAGE_EXT_KERN_READ | _PAGE_EXT_USER_READ); in pte_access_permitted()
133 prot |= _PAGE_EXT(_PAGE_EXT_KERN_WRITE | _PAGE_EXT_USER_WRITE); in pte_access_permitted()
134 return __pte_access_permitted(pte, prot); in pte_access_permitted()
139 u64 prot = _PAGE_PRESENT | _PAGE_USER; in pte_access_permitted() local
142 prot |= _PAGE_RW; in pte_access_permitted()
143 return __pte_access_permitted(pte, prot); in pte_access_permitted()
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) argument
172 #define pgprot_noncached(prot) \ argument
174 ? (__pgprot(pgprot_val(prot) | __SUN3_PAGE_NOCACHE)) \
176 ? (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE030)) \
178 ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S)) \
179 : (prot)))
181 pgprot_t pgprot_dmacoherent(pgprot_t prot);
182 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) argument
/linux/arch/x86/mm/
H A Diomap_32.c21 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot) in iomap_create_wc() argument
33 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc()
35 pgprot_val(*prot) &= __default_kernel_pte_mask; in iomap_create_wc()
47 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot) in __iomap_local_pfn_prot() argument
56 if (!pat_enabled() && pgprot2cachemode(prot) != _PAGE_CACHE_MODE_WB) in __iomap_local_pfn_prot()
57 prot = __pgprot(__PAGE_KERNEL | in __iomap_local_pfn_prot()
61 pgprot_val(prot) &= __default_kernel_pte_mask; in __iomap_local_pfn_prot()
63 return (void __force __iomem *)__kmap_local_pfn_prot(pfn, prot); in __iomap_local_pfn_prot()
/linux/include/net/
H A Dprotocol.h86 struct proto *prot; member
103 int inet_add_protocol(const struct net_protocol *prot, unsigned char num);
104 int inet_del_protocol(const struct net_protocol *prot, unsigned char num);
105 int inet_add_offload(const struct net_offload *prot, unsigned char num);
106 int inet_del_offload(const struct net_offload *prot, unsigned char num);
111 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
112 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char num);
116 int inet6_add_offload(const struct net_offload *prot, unsigned char num);
117 int inet6_del_offload(const struct net_offload *prot, unsigned char num);
/linux/arch/sparc/include/asm/
H A Dmman.h30 #define arch_calc_vm_prot_bits(prot, pkey) sparc_calc_vm_prot_bits(prot) argument
31 static inline unsigned long sparc_calc_vm_prot_bits(unsigned long prot) in sparc_calc_vm_prot_bits() argument
33 if (adi_capable() && (prot & PROT_ADI)) { in sparc_calc_vm_prot_bits()
49 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) argument
50 static inline int sparc_validate_prot(unsigned long prot, unsigned long addr) in sparc_validate_prot() argument
52 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_ADI)) in sparc_validate_prot()
/linux/tools/testing/selftests/mm/
H A Dksm_tests.c146 int prot = 0; in str_to_prot() local
149 prot |= PROT_READ; in str_to_prot()
151 prot |= PROT_WRITE; in str_to_prot()
153 prot |= PROT_EXEC; in str_to_prot()
155 return prot; in str_to_prot()
200 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory() argument
209 if (mprotect(map_ptr, map_size, prot)) { in allocate_memory()
347 static int check_ksm_merge(int merge_type, int mapping, int prot, in check_ksm_merge() argument
359 map_ptr = allocate_memory(NULL, prot, mapping, '*', page_size * page_count); in check_ksm_merge()
381 static int check_ksm_unmerge(int merge_type, int mapping, int prot, int timeout, size_t page_size) in check_ksm_unmerge() argument
[all …]
/linux/fs/affs/
H A Damigaffs.c391 affs_prot_to_mode(u32 prot) in affs_prot_to_mode() argument
395 if (!(prot & FIBF_NOWRITE)) in affs_prot_to_mode()
397 if (!(prot & FIBF_NOREAD)) in affs_prot_to_mode()
399 if (!(prot & FIBF_NOEXECUTE)) in affs_prot_to_mode()
401 if (prot & FIBF_GRP_WRITE) in affs_prot_to_mode()
403 if (prot & FIBF_GRP_READ) in affs_prot_to_mode()
405 if (prot & FIBF_GRP_EXECUTE) in affs_prot_to_mode()
407 if (prot & FIBF_OTR_WRITE) in affs_prot_to_mode()
409 if (prot & FIBF_OTR_READ) in affs_prot_to_mode()
411 if (prot & FIBF_OTR_EXECUTE) in affs_prot_to_mode()
[all …]
/linux/arch/arm/mm/
H A Didmap.c25 unsigned long prot) in idmap_add_pmd() argument
50 *pmd = __pmd((addr & PMD_MASK) | prot); in idmap_add_pmd()
56 unsigned long prot) in idmap_add_pmd() argument
60 addr = (addr & PMD_MASK) | prot; in idmap_add_pmd()
69 unsigned long prot) in idmap_add_pud() argument
77 idmap_add_pmd(pud, addr, next, prot); in idmap_add_pud()
82 const char *text_end, unsigned long prot) in identity_mapping_add() argument
91 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
94 prot |= PMD_BIT4; in identity_mapping_add()
99 idmap_add_pud(pgd, addr, next, prot); in identity_mapping_add()
/linux/arch/arm64/include/asm/
H A Dpgalloc.h24 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate() argument
26 set_pud(pudp, __pud(__phys_to_pud_val(pmdp) | prot)); in __pud_populate()
37 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate() argument
45 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate() argument
48 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate()
66 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate() argument
74 static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t p4dp, pgdval_t prot) in __pgd_populate() argument
77 set_pgd(pgdp, __pgd(__phys_to_pgd_val(p4dp) | prot)); in __pgd_populate()
107 static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t p4dp, pgdval_t prot) in __pgd_populate() argument
117 pmdval_t prot) in __pmd_populate() argument
[all …]
/linux/include/xen/
H A Dxen-ops.h48 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
53 pgprot_t prot, unsigned int domid, in xen_remap_pfn() argument
67 int *err_ptr, pgprot_t prot,
80 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array() argument
117 int *err_ptr, pgprot_t prot, in xen_remap_domain_gfn_array() argument
123 prot, domid, pages); in xen_remap_domain_gfn_array()
130 return xen_remap_pfn(vma, addr, gfn, nr, err_ptr, prot, domid, in xen_remap_domain_gfn_array()
153 pgprot_t prot, unsigned int domid) in xen_remap_domain_mfn_array() argument
158 return xen_remap_pfn(vma, addr, mfn, nr, err_ptr, prot, domid, in xen_remap_domain_mfn_array()
177 pgprot_t prot, unsigned int domid, in xen_remap_domain_gfn_range() argument
[all …]
/linux/arch/powerpc/kernel/
H A Dsyscalls.c40 unsigned long prot, unsigned long flags, in do_mmap2() argument
43 if (!arch_validate_prot(prot, addr)) in do_mmap2()
49 return ksys_mmap_pgoff(addr, len, prot, flags, fd, off >> shift); in do_mmap2()
53 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
56 return do_mmap2(addr, len, prot, flags, fd, pgoff, PAGE_SHIFT-12); in SYSCALL_DEFINE6()
62 unsigned long, prot, unsigned long, flags, in COMPAT_SYSCALL_DEFINE6() argument
65 return do_mmap2(addr, len, prot, flags, fd, off_4k, PAGE_SHIFT-12); in COMPAT_SYSCALL_DEFINE6()
70 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
73 return do_mmap2(addr, len, prot, flags, fd, offset, PAGE_SHIFT); in SYSCALL_DEFINE6()
/linux/tools/testing/selftests/landlock/
H A Dnet_test.c40 const struct protocol_variant prot,
49 srv->protocol = prot;
56 switch (prot.domain) {
59 srv->ipv4_addr.sin_family = prot.domain; in sys_gettid()
65 srv->ipv6_addr.sin6_family = prot.domain; in set_service()
88 static bool is_restricted(const struct protocol_variant *const prot, in set_service()
91 switch (prot->domain) { in set_service()
94 switch (prot->type) { in set_service()
160 const struct protocol_variant *const prot) in get_addrlen()
167 switch (prot in get_addrlen()
64 set_service(struct service_fixture * const srv,const struct protocol_variant prot,const unsigned short index) set_service() argument
117 is_restricted(const struct protocol_variant * const prot,const enum sandbox_type sandbox) is_restricted() argument
189 get_binded_port(int socket_fd,const struct protocol_variant * const prot) get_binded_port() argument
293 const struct protocol_variant prot; FIXTURE_VARIANT() local
900 const struct protocol_variant prot = { FIXTURE_SETUP() local
986 const struct protocol_variant prot = { FIXTURE_SETUP() local
1592 const struct protocol_variant prot; FIXTURE_VARIANT() local
[all...]
/linux/include/linux/
H A Dmman.h93 #define arch_calc_vm_prot_bits(prot, pkey) 0 argument
107 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() argument
109 return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0; in arch_validate_prot()
142 calc_vm_prot_bits(unsigned long prot, unsigned long pkey) in calc_vm_prot_bits() argument
144 return _calc_vm_trans(prot, PROT_READ, VM_READ ) | in calc_vm_prot_bits()
145 _calc_vm_trans(prot, PROT_WRITE, VM_WRITE) | in calc_vm_prot_bits()
146 _calc_vm_trans(prot, PROT_EXEC, VM_EXEC) | in calc_vm_prot_bits()
147 arch_calc_vm_prot_bits(prot, pkey); in calc_vm_prot_bits()
/linux/net/unix/
H A Dunix_bpf.c105 static void unix_dgram_bpf_rebuild_protos(struct proto *prot, const struct proto *base) in unix_dgram_bpf_rebuild_protos() argument
107 *prot = *base; in unix_dgram_bpf_rebuild_protos()
108 prot->close = sock_map_close; in unix_dgram_bpf_rebuild_protos()
109 prot->recvmsg = unix_bpf_recvmsg; in unix_dgram_bpf_rebuild_protos()
110 prot->sock_is_readable = sk_msg_is_readable; in unix_dgram_bpf_rebuild_protos()
113 static void unix_stream_bpf_rebuild_protos(struct proto *prot, in unix_stream_bpf_rebuild_protos() argument
116 *prot = *base; in unix_stream_bpf_rebuild_protos()
117 prot->close = sock_map_close; in unix_stream_bpf_rebuild_protos()
118 prot->recvmsg = unix_bpf_recvmsg; in unix_stream_bpf_rebuild_protos()
119 prot->sock_is_readable = sk_msg_is_readable; in unix_stream_bpf_rebuild_protos()
[all …]
/linux/arch/riscv/kernel/
H A Dhibernate.c169 unsigned long end, pgprot_t prot) in temp_pgtable_map_pte() argument
189 set_pte(dst_ptep, __pte(pte_val(pte) | pgprot_val(prot))); in temp_pgtable_map_pte()
196 unsigned long end, pgprot_t prot) in temp_pgtable_map_pmd() argument
223 set_pmd(dst_pmdp, __pmd(pmd_val(pmd) | pgprot_val(prot))); in temp_pgtable_map_pmd()
225 ret = temp_pgtable_map_pte(dst_pmdp, src_pmdp, start, next, prot); in temp_pgtable_map_pmd()
235 unsigned long end, pgprot_t prot) in temp_pgtable_map_pud() argument
262 set_pud(dst_pudp, __pud(pud_val(pud) | pgprot_val(prot))); in temp_pgtable_map_pud()
264 ret = temp_pgtable_map_pmd(dst_pudp, src_pudp, start, next, prot); in temp_pgtable_map_pud()
274 unsigned long end, pgprot_t prot) in temp_pgtable_map_p4d() argument
301 set_p4d(dst_p4dp, __p4d(p4d_val(p4d) | pgprot_val(prot))); in temp_pgtable_map_p4d()
[all …]

12345678910>>...20