Searched refs:tprot (Results 1 – 15 of 15) sorted by relevance
/linux/include/net/netfilter/ |
A D | nf_tables_ipv4.h | 14 pkt->tprot = ip->protocol; in nft_set_pktinfo_ipv4() 40 pkt->tprot = iph->protocol; in __nft_set_pktinfo_ipv4_validate() 75 pkt->tprot = iph->protocol; in nft_set_pktinfo_ipv4_ingress()
|
A D | nf_tables_ipv6.h | 22 pkt->tprot = protohdr; in nft_set_pktinfo_ipv6() 54 pkt->tprot = protohdr; in __nft_set_pktinfo_ipv6_validate() 100 pkt->tprot = protohdr; in nft_set_pktinfo_ipv6_ingress()
|
A D | nf_tables.h | 33 u8 tprot; member 85 pkt->tprot = 0; in nft_set_pktinfo_unspec()
|
/linux/net/netfilter/ |
A D | nft_tproxy.c | 33 if (pkt->tprot != IPPROTO_TCP && in nft_tproxy_eval_v4() 34 pkt->tprot != IPPROTO_UDP) { in nft_tproxy_eval_v4() 100 if (pkt->tprot != IPPROTO_TCP && in nft_tproxy_eval_v6() 101 pkt->tprot != IPPROTO_UDP) { in nft_tproxy_eval_v6() 105 l4proto = pkt->tprot; in nft_tproxy_eval_v6()
|
A D | nft_osf.c | 31 if (pkt->tprot != IPPROTO_TCP) { in nft_osf_eval()
|
A D | nft_payload.c | 89 switch (pkt->tprot) { in __nft_payload_inner_offset() 549 switch (pkt->tprot) { in nft_payload_l4csum_offset() 694 pkt->tprot == IPPROTO_SCTP && in nft_payload_set_eval()
|
A D | nft_exthdr.c | 170 if (pkt->tprot != IPPROTO_TCP) in nft_tcp_header_pointer() 321 if (pkt->tprot != IPPROTO_SCTP) in nft_exthdr_sctp_eval()
|
A D | nft_synproxy.c | 116 if (pkt->tprot != IPPROTO_TCP) { in nft_synproxy_do_eval()
|
A D | nft_meta.c | 338 nft_reg_store8(dest, pkt->tprot); in nft_meta_get_eval()
|
A D | nft_ct.c | 839 if (priv->l4proto != pkt->tprot) in nft_ct_timeout_obj_eval()
|
/linux/net/ipv6/netfilter/ |
A D | nft_fib_ipv6.c | 62 .flowi6_proto = pkt->tprot, in __nft_fib6_eval_type() 159 .flowi6_proto = pkt->tprot, in nft_fib6_eval() 180 nft_fib_v6_skip_icmpv6(pkt->skb, pkt->tprot, iph)) { in nft_fib6_eval()
|
/linux/arch/s390/boot/ |
A D | mem_detect.c | 121 static int tprot(unsigned long addr) in tprot() function 159 if (!tprot(pivot << 20)) in search_mem_end()
|
/linux/arch/s390/include/asm/ |
A D | mmu.h | 44 static inline int tprot(unsigned long addr) in tprot() function
|
/linux/arch/powerpc/mm/book3s64/ |
A D | hash_utils.c | 274 unsigned long tprot = prot; in htab_bolt_mapping() local 284 tprot &= ~HPTE_R_N; in htab_bolt_mapping() 298 tprot &= ~HPTE_R_N; in htab_bolt_mapping() 305 ret = mmu_hash_ops.hpte_insert(hpteg, vpn, paddr, tprot, in htab_bolt_mapping() 315 ret = mmu_hash_ops.hpte_insert(hpteg, vpn, paddr, tprot, in htab_bolt_mapping()
|
/linux/arch/s390/tools/ |
A D | opcodes.txt | 847 e501 tprot SSE_RDRD
|
Completed in 99 milliseconds