/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables_ipv4.h | 14 pkt->tprot = ip->protocol; in nft_set_pktinfo_ipv4() 44 pkt->tprot = iph->protocol; in __nft_set_pktinfo_ipv4_validate() 81 pkt->tprot = iph->protocol; in nft_set_pktinfo_ipv4_ingress()
|
H A D | nf_tables_ipv6.h | 22 pkt->tprot = protohdr; in nft_set_pktinfo_ipv6() 55 pkt->tprot = protohdr; in __nft_set_pktinfo_ipv6_validate() 101 pkt->tprot = protohdr; in nft_set_pktinfo_ipv6_ingress()
|
H A D | nf_tables.h | 34 u8 tprot; member 86 pkt->tprot = 0; in nft_set_pktinfo_unspec()
|
/openbmc/linux/net/netfilter/ |
H 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()
|
H A D | nft_inner.c | 177 if (pkt->tprot == IPPROTO_GRE) { in nft_inner_parse_tunhdr() 183 if (pkt->tprot != IPPROTO_UDP) in nft_inner_parse_tunhdr()
|
H A D | nft_osf.c | 31 if (pkt->tprot != IPPROTO_TCP) { in nft_osf_eval()
|
H A D | nft_exthdr.c | 176 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 D | nft_payload.c | 81 switch (pkt->tprot) { in __nft_payload_inner_offset() 710 switch (pkt->tprot) { in nft_payload_l4csum_offset() 927 pkt->tprot == IPPROTO_SCTP && in nft_payload_set_eval()
|
H A D | nft_synproxy.c | 116 if (pkt->tprot != IPPROTO_TCP) { in nft_synproxy_do_eval()
|
H A D | nft_meta.c | 330 nft_reg_store8(dest, pkt->tprot); in nft_meta_get_eval()
|
H A D | nft_ct.c | 910 if (priv->l4proto != pkt->tprot) in nft_ct_timeout_obj_eval()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nft_fib_ipv6.c | 66 .flowi6_proto = pkt->tprot, in __nft_fib6_eval_type() 166 .flowi6_proto = pkt->tprot, in nft_fib6_eval() 189 nft_fib_v6_skip_icmpv6(pkt->skb, pkt->tprot, iph)) { in nft_fib6_eval()
|
/openbmc/linux/arch/s390/boot/ |
H A D | physmem_info.c | 112 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 D | hash_utils.c | 372 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 D | Makefile | 170 TEST_GEN_PROGS_s390x += s390x/tprot
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | 349 DEF_HELPER_FLAGS_3(tprot, TCG_CALL_NO_WG, i32, env, i64, i64)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 848 e501 tprot SSE_RDRD
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 2058 uint32_t HELPER(tprot)(CPUS390XState *env, uint64_t a1, uint64_t a2) in HELPER() argument
|
H A D | insn-data.h.inc | 1419 C(0xe501, TPROT, SSE, Z, la1, a2, 0, 0, tprot, 0)
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |