Searched refs:id_match (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/net/ipv6/netfilter/ |
D | ip6t_frag.c | 24 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()
|
/Linux-v6.6/net/mptcp/ |
D | pm_userspace.c | 36 bool id_match = false; in mptcp_userspace_pm_append_new_local_addr() local 46 id_match = (e->addr.id == entry->addr.id); in mptcp_userspace_pm_append_new_local_addr() 47 if (addr_match && id_match) { in mptcp_userspace_pm_append_new_local_addr() 50 } else if (addr_match || id_match) { in mptcp_userspace_pm_append_new_local_addr() 56 if (!match && !addr_match && !id_match) { in mptcp_userspace_pm_append_new_local_addr()
|
/Linux-v6.6/kernel/ |
D | sys.c | 1666 bool id_match; in check_prlimit_permission() local 1672 id_match = (uid_eq(cred->uid, tcred->euid) && in check_prlimit_permission() 1678 if (!id_match && !ns_capable(tcred->user_ns, CAP_SYS_RESOURCE)) in check_prlimit_permission()
|
/Linux-v6.6/include/linux/ |
D | netdevice.h | 2697 bool (*id_match)(struct packet_type *ptype, member
|
/Linux-v6.6/net/core/ |
D | dev.c | 2259 if (ptype->id_match) in skb_loop_sk() 2260 return ptype->id_match(ptype, skb->sk); in skb_loop_sk()
|
/Linux-v6.6/net/packet/ |
D | af_packet.c | 1780 match->prot_hook.id_match = match_fanout_group; in fanout_add()
|