Symbol: tprot
arch/powerpc/mm/book3s64/hash_utils.c
646
unsigned long tprot = prot;
arch/powerpc/mm/book3s64/hash_utils.c
656
tprot &= ~HPTE_R_N;
arch/powerpc/mm/book3s64/hash_utils.c
670
tprot &= ~HPTE_R_N;
arch/powerpc/mm/book3s64/hash_utils.c
677
ret = mmu_hash_ops.hpte_insert(hpteg, vpn, paddr, tprot,
arch/powerpc/mm/book3s64/hash_utils.c
687
ret = mmu_hash_ops.hpte_insert(hpteg, vpn, paddr, tprot,
arch/s390/boot/physmem_info.c
151
if (!tprot(pivot << 20))
include/net/netfilter/nf_tables.h
33
u8 tprot;
include/net/netfilter/nf_tables.h
85
pkt->tprot = 0;
include/net/netfilter/nf_tables_ipv4.h
14
pkt->tprot = ip->protocol;
include/net/netfilter/nf_tables_ipv4.h
44
pkt->tprot = iph->protocol;
include/net/netfilter/nf_tables_ipv4.h
81
pkt->tprot = iph->protocol;
include/net/netfilter/nf_tables_ipv6.h
101
pkt->tprot = protohdr;
include/net/netfilter/nf_tables_ipv6.h
22
pkt->tprot = protohdr;
include/net/netfilter/nf_tables_ipv6.h
55
pkt->tprot = protohdr;
net/ipv4/netfilter/nft_fib_ipv4.c
73
.flowi4_proto = pkt->tprot,
net/ipv6/netfilter/nft_fib_ipv6.c
166
.flowi6_proto = pkt->tprot,
net/ipv6/netfilter/nft_fib_ipv6.c
188
if (nft_fib_v6_skip_icmpv6(pkt->skb, pkt->tprot, iph)) {
net/ipv6/netfilter/nft_fib_ipv6.c
67
.flowi6_proto = pkt->tprot,
net/netfilter/nft_ct.c
933
if (priv->l4proto != pkt->tprot)
net/netfilter/nft_exthdr.c
174
if (pkt->tprot != IPPROTO_TCP || pkt->fragoff)
net/netfilter/nft_exthdr.c
379
if (pkt->tprot != IPPROTO_SCTP)
net/netfilter/nft_exthdr.c
421
if (pkt->tprot != IPPROTO_DCCP || pkt->fragoff)
net/netfilter/nft_inner.c
184
if (pkt->tprot == IPPROTO_GRE) {
net/netfilter/nft_inner.c
190
if (pkt->tprot != IPPROTO_UDP)
net/netfilter/nft_meta.c
330
nft_reg_store8(dest, pkt->tprot);
net/netfilter/nft_osf.c
31
if (pkt->tprot != IPPROTO_TCP) {
net/netfilter/nft_payload.c
710
switch (pkt->tprot) {
net/netfilter/nft_payload.c
81
switch (pkt->tprot) {
net/netfilter/nft_payload.c
927
pkt->tprot == IPPROTO_SCTP &&
net/netfilter/nft_synproxy.c
117
if (pkt->tprot != IPPROTO_TCP) {
net/netfilter/nft_tproxy.c
100
if (pkt->tprot != IPPROTO_TCP &&
net/netfilter/nft_tproxy.c
101
pkt->tprot != IPPROTO_UDP) {
net/netfilter/nft_tproxy.c
105
l4proto = pkt->tprot;
net/netfilter/nft_tproxy.c
33
if (pkt->tprot != IPPROTO_TCP &&
net/netfilter/nft_tproxy.c
34
pkt->tprot != IPPROTO_UDP) {