Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/net/mptcp/
H A Dpm_userspace.c37 bool id_match = false; in mptcp_userspace_pm_append_new_local_addr() local
47 id_match = (e->addr.id == entry->addr.id); in mptcp_userspace_pm_append_new_local_addr()
48 if (addr_match && id_match) { in mptcp_userspace_pm_append_new_local_addr()
51 } else if (addr_match || id_match) { in mptcp_userspace_pm_append_new_local_addr()
57 if (!match && !addr_match && !id_match) { in mptcp_userspace_pm_append_new_local_addr()
/openbmc/linux/kernel/
H A Dsys.c1666 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()
/openbmc/linux/include/linux/
H A Dnetdevice.h2715 bool (*id_match)(struct packet_type *ptype, member
/openbmc/linux/net/core/
H A Ddev.c2290 if (ptype->id_match) in skb_loop_sk()
2291 return ptype->id_match(ptype, skb->sk); in skb_loop_sk()
/openbmc/linux/net/packet/
H A Daf_packet.c1827 match->prot_hook.id_match = match_fanout_group; in fanout_add()