Searched refs:id_match (Results 1 - 6 of 6) sorted by path

/linux-master/include/linux/
H A Dnetdevice.h2702 bool (*id_match)(struct packet_type *ptype, member in struct:packet_type
/linux-master/kernel/
H A Dsys.c1672 bool id_match; local
1678 id_match = (uid_eq(cred->uid, tcred->euid) &&
1684 if (!id_match && !ns_capable(tcred->user_ns, CAP_SYS_RESOURCE))
/linux-master/net/core/
H A Ddev.c2261 if (ptype->id_match)
2262 return ptype->id_match(ptype, skb->sk);
/linux-master/net/ipv6/netfilter/
H A Dip6t_frag.c24 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) function
27 pr_debug("id_match:%c 0x%x <= 0x%x <= 0x%x\n", invert ? '!' : ' ',
64 id_match(fraginfo->ids[0], fraginfo->ids[1],
88 return id_match(fraginfo->ids[0], fraginfo->ids[1],
/linux-master/net/mptcp/
H A Dpm_userspace.c38 bool id_match = false; local
48 id_match = (e->addr.id == entry->addr.id);
49 if (addr_match && id_match) {
52 } else if (addr_match || id_match) {
58 if (!match && !addr_match && !id_match) {
/linux-master/net/packet/
H A Daf_packet.c1780 match->prot_hook.id_match = match_fanout_group;

Completed in 481 milliseconds