Searched refs:lsid (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/trace/events/ |
D | sunvnet.h | 12 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 …]
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6t_srh.c | 120 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()
|
/linux-6.6.21/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 614 int bytes, i, sid, lsid = -1, indx = 0, lindx = -1; in build_uv_gr_table() local 631 lsid++; in build_uv_gr_table() 643 if (lsid < sid) { in build_uv_gr_table() 649 lsid = sid; in build_uv_gr_table() 654 if (lsid == sid && !ram_limit) { in build_uv_gr_table() 675 lsid++; in build_uv_gr_table()
|