Home
last modified time | relevance | path

Searched refs:tprot (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/net/netfilter/
H A Dnf_tables_ipv4.h14 pkt->tprot = ip->protocol; in nft_set_pktinfo_ipv4()
42 pkt->tprot = iph->protocol; in __nft_set_pktinfo_ipv4_validate()
79 pkt->tprot = iph->protocol; in nft_set_pktinfo_ipv4_ingress()
H A Dnf_tables_ipv6.h22 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()
H A Dnf_tables.h34 u8 tprot; member
86 pkt->tprot = 0; in nft_set_pktinfo_unspec()
/openbmc/linux/net/netfilter/
H A Dnft_tproxy.c33 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()
H A Dnft_inner.c177 if (pkt->tprot == IPPROTO_GRE) { in nft_inner_parse_tunhdr()
183 if (pkt->tprot != IPPROTO_UDP) in nft_inner_parse_tunhdr()
H A Dnft_osf.c31 if (pkt->tprot != IPPROTO_TCP) { in nft_osf_eval()
H A Dnft_exthdr.c176 if (pkt->tprot != IPPROTO_TCP || pkt->fragoff) in nft_tcp_header_pointer()
381 if (pkt->tprot != IPPROTO_SCTP) in nft_exthdr_sctp_eval()
422 if (pkt->tprot != IPPROTO_DCCP || pkt->fragoff) in nft_exthdr_dccp_eval()
H A Dnft_payload.c81 switch (pkt->tprot) { in __nft_payload_inner_offset()
710 switch (pkt->tprot) { in nft_payload_l4csum_offset()
924 pkt->tprot == IPPROTO_SCTP && in nft_payload_set_eval()
H A Dnft_synproxy.c116 if (pkt->tprot != IPPROTO_TCP) { in nft_synproxy_do_eval()
H A Dnft_meta.c330 nft_reg_store8(dest, pkt->tprot); in nft_meta_get_eval()
H A Dnft_ct.c910 if (priv->l4proto != pkt->tprot) in nft_ct_timeout_obj_eval()
/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c68 .flowi6_proto = pkt->tprot, in __nft_fib6_eval_type()
166 .flowi6_proto = pkt->tprot, in nft_fib6_eval()
188 nft_fib_v6_skip_icmpv6(pkt->skb, pkt->tprot, iph)) { in nft_fib6_eval()
/openbmc/linux/arch/s390/boot/
H A Dphysmem_info.c112 static int tprot(unsigned long addr) in tprot() function
150 if (!tprot(pivot << 20)) in search_mem_end()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c372 unsigned long tprot = prot; in htab_bolt_mapping() local
382 tprot &= ~HPTE_R_N; in htab_bolt_mapping()
396 tprot &= ~HPTE_R_N; in htab_bolt_mapping()
403 ret = mmu_hash_ops.hpte_insert(hpteg, vpn, paddr, tprot, in htab_bolt_mapping()
413 ret = mmu_hash_ops.hpte_insert(hpteg, vpn, paddr, tprot, in htab_bolt_mapping()
/openbmc/linux/tools/testing/selftests/kvm/
H A DMakefile170 TEST_GEN_PROGS_s390x += s390x/tprot
/openbmc/qemu/target/s390x/
H A Dhelper.h346 DEF_HELPER_FLAGS_3(tprot, TCG_CALL_NO_WG, i32, env, i64, i64)
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt848 e501 tprot SSE_RDRD
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c2033 uint32_t HELPER(tprot)(CPUS390XState *env, uint64_t a1, uint64_t a2) in HELPER() argument
H A Dinsn-data.h.inc1414 C(0xe501, TPROT, SSE, Z, la1, a2, 0, 0, tprot, 0)