Home
last modified time | relevance | path

Searched refs:id_match (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6t_frag.c24 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in id_match() function
64 id_match(fraginfo->ids[0], fraginfo->ids[1], in frag_mt6()
88 return id_match(fraginfo->ids[0], fraginfo->ids[1], in frag_mt6()
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c1614 bool id_match; in check_prlimit_permission() local
1620 id_match = (uid_eq(cred->uid, tcred->euid) && in check_prlimit_permission()
1626 if (!id_match && !ns_capable(tcred->user_ns, CAP_SYS_RESOURCE)) in check_prlimit_permission()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2600 bool (*id_match)(struct packet_type *ptype, member
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c2300 if (ptype->id_match) in skb_loop_sk()
2301 return ptype->id_match(ptype, skb->sk); in skb_loop_sk()
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c1739 match->prot_hook.id_match = match_fanout_group; in fanout_add()