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

/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.c37 bool id_match = false; local
47 id_match = (e->addr.id == entry->addr.id);
48 if (addr_match && id_match) {
51 } else if (addr_match || id_match) {
57 if (!match && !addr_match && !id_match) {
/linux-master/kernel/
H A Dsys.c1666 bool id_match; local
1672 id_match = (uid_eq(cred->uid, tcred->euid) &&
1678 if (!id_match && !ns_capable(tcred->user_ns, CAP_SYS_RESOURCE))
/linux-master/net/packet/
H A Daf_packet.c1780 match->prot_hook.id_match = match_fanout_group;
/linux-master/include/linux/
H A Dnetdevice.h2698 bool (*id_match)(struct packet_type *ptype, member in struct:packet_type
/linux-master/net/core/
H A Ddev.c2214 if (ptype->id_match)
2215 return ptype->id_match(ptype, skb->sk);

Completed in 210 milliseconds