id_match         2366 include/linux/netdevice.h 	bool			(*id_match)(struct packet_type *ptype,
id_match         1588 kernel/sys.c   	bool id_match;
id_match         1594 kernel/sys.c   	id_match = (uid_eq(cred->uid, tcred->euid) &&
id_match         1600 kernel/sys.c   	if (!id_match && !ns_capable(tcred->user_ns, CAP_SYS_RESOURCE))
id_match         1913 net/core/dev.c 	if (ptype->id_match)
id_match         1914 net/core/dev.c 		return ptype->id_match(ptype, skb->sk);
id_match           64 net/ipv6/netfilter/ip6t_frag.c 		 id_match(fraginfo->ids[0], fraginfo->ids[1],
id_match           89 net/ipv6/netfilter/ip6t_frag.c 		id_match(fraginfo->ids[0], fraginfo->ids[1],
id_match         1716 net/packet/af_packet.c 		match->prot_hook.id_match = match_fanout_group;