Home
last modified time | relevance | path

Searched refs:nct (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/
H A Dventura-schematic-init24 elif [ "$rmc_source" = "hsc-xdp fsc-nct p24vsen-isl gndsen-isl p12vbrick-flex" ]; then
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_bpf.c198 const struct btf_type *ncit, *nct, *t; in BTF_ID() local
202 nct = btf_type_by_id(reg->btf, btf_nf_conn_ids[0]); in BTF_ID()
204 if (t != nct && t != ncit) { in BTF_ID()