Home
last modified time | relevance | path

Searched refs:lsid (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
Dsunvnet.h12 TP_PROTO(int lsid, int rsid, int index, int needs_ack),
14 TP_ARGS(lsid, rsid, index, needs_ack),
17 __field(int, lsid)
24 __entry->lsid = lsid;
31 __entry->lsid, __entry->rsid,
37 TP_PROTO(int lsid, int rsid, int ack_end, int npkts),
39 TP_ARGS(lsid, rsid, ack_end, npkts),
42 __field(int, lsid)
49 __entry->lsid = lsid;
56 __entry->lsid, __entry->rsid,
[all …]
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dip6t_srh.c120 struct in6_addr *psid, *nsid, *lsid; in srh1_mt6() local
235 lsid = skb_header_pointer(skb, lsidoff, sizeof(_lsid), &_lsid); in srh1_mt6()
236 if (!lsid) in srh1_mt6()
239 ipv6_masked_addr_cmp(lsid, &srhinfo->lsid_msk, in srh1_mt6()
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dx2apic_uv_x.c599 int bytes, i, sid, lsid = -1, indx = 0, lindx = -1; in build_uv_gr_table() local
615 lsid++; in build_uv_gr_table()
627 if (lsid < sid) { in build_uv_gr_table()
633 lsid = sid; in build_uv_gr_table()
638 if (lsid == sid && !ram_limit) { in build_uv_gr_table()
659 lsid++; in build_uv_gr_table()