Home
last modified time | relevance | path

Searched refs:sid (Results 1 – 21 of 21) sorted by relevance

/net/sctp/
A Dstream_sched_fc.c30 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_set()
42 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_get()
103 __u16 sid; in sctp_sched_fc_enqueue() local
106 sid = sctp_chunk_stream_no(ch); in sctp_sched_fc_enqueue()
108 sctp_sched_fc_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_fc_enqueue()
137 __u16 sid, i; in sctp_sched_fc_dequeue_done() local
139 sid = sctp_chunk_stream_no(ch); in sctp_sched_fc_dequeue_done()
140 soute = SCTP_SO(stream, sid)->ext; in sctp_sched_fc_dequeue_done()
176 __u16 sid = sctp_chunk_stream_no(ch); in sctp_sched_fc_sched_all() local
178 if (SCTP_SO(stream, sid)->ext) in sctp_sched_fc_sched_all()
[all …]
A Dstream_sched.c209 if (sid >= asoc->stream.outcnt) in sctp_sched_set_value()
212 if (!SCTP_SO(&asoc->stream, sid)->ext) { in sctp_sched_set_value()
215 ret = sctp_stream_init_ext(&asoc->stream, sid); in sctp_sched_set_value()
226 if (sid >= asoc->stream.outcnt) in sctp_sched_get_value()
229 if (!SCTP_SO(&asoc->stream, sid)->ext) in sctp_sched_get_value()
232 return asoc->outqueue.sched->get(&asoc->stream, sid, value); in sctp_sched_get_value()
240 __u16 sid; in sctp_sched_dequeue_done() local
246 sid = sctp_chunk_stream_no(ch); in sctp_sched_dequeue_done()
247 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done()
267 struct sctp_stream_out_ext *ext = SCTP_SO(stream, sid)->ext; in sctp_sched_init_sid()
[all …]
A Dstream_sched_prio.c166 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set()
206 return sctp_sched_prio_set(stream, sid, 0, gfp); in sctp_sched_prio_init_sid()
212 SCTP_SO(stream, sid)->ext->prio_head = NULL; in sctp_sched_prio_free_sid()
220 __u16 sid; in sctp_sched_prio_enqueue() local
223 sid = sctp_chunk_stream_no(ch); in sctp_sched_prio_enqueue()
261 __u16 sid; in sctp_sched_prio_dequeue_done() local
266 sid = sctp_chunk_stream_no(ch); in sctp_sched_prio_dequeue_done()
267 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_prio_dequeue_done()
284 __u16 sid; in sctp_sched_prio_sched_all() local
286 sid = sctp_chunk_stream_no(ch); in sctp_sched_prio_sched_all()
[all …]
A Dstream_sched_rr.c65 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set() argument
88 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->rr_list); in sctp_sched_rr_init_sid()
102 __u16 sid; in sctp_sched_rr_enqueue() local
105 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_enqueue()
107 sctp_sched_rr_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_rr_enqueue()
137 __u16 sid; in sctp_sched_rr_dequeue_done() local
140 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_dequeue_done()
141 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_rr_dequeue_done()
157 __u16 sid; in sctp_sched_rr_sched_all() local
159 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_sched_all()
[all …]
A Dstream_interleave.c53 __u16 sid; in sctp_chunk_assign_mid() local
90 __u16 sid, ssn; in sctp_validate_data() local
109 __u16 sid; in sctp_validate_idata() local
452 __u16 sid; in sctp_intl_order() local
455 sid = event->stream; in sctp_intl_order()
763 __u16 sid = 0; in sctp_intl_retrieve_first_uo() local
869 __u16 sid = 0; in sctp_intl_retrieve_first() local
1018 if (csid > sid) in sctp_intl_reap_ordered()
1021 if (csid < sid) in sctp_intl_reap_ordered()
1056 __u16 sid; in sctp_intl_abort_pd() local
[all …]
A Dulpqueue.c748 sid = event->stream; in sctp_ulpq_retrieve_ordered()
760 if (csid > sid) in sctp_ulpq_retrieve_ordered()
764 if (csid < sid) in sctp_ulpq_retrieve_ordered()
786 __u16 sid, csid; in sctp_ulpq_store_ordered() local
795 sid = event->stream; in sctp_ulpq_store_ordered()
801 if (sid > csid) { in sctp_ulpq_store_ordered()
819 if (csid > sid) in sctp_ulpq_store_ordered()
833 __u16 sid, ssn; in sctp_ulpq_order() local
841 sid = event->stream; in sctp_ulpq_order()
889 if (csid > sid) in sctp_ulpq_reap_ordered()
[all …]
A Dstream.c35 __u16 sid = sctp_chunk_stream_no(ch); in sctp_stream_shrink_out() local
37 if (sid < outcnt) in sctp_stream_shrink_out()
59 if (!SCTP_SO(stream, sid)->ext) in sctp_stream_free_ext()
63 sched->free_sid(stream, sid); in sctp_stream_free_ext()
64 kfree(SCTP_SO(stream, sid)->ext); in sctp_stream_free_ext()
65 SCTP_SO(stream, sid)->ext = NULL; in sctp_stream_free_ext()
172 SCTP_SO(stream, sid)->ext = soute; in sctp_stream_init_ext()
176 kfree(SCTP_SO(stream, sid)->ext); in sctp_stream_init_ext()
177 SCTP_SO(stream, sid)->ext = NULL; in sctp_stream_init_ext()
255 __u16 sid = ntohs(str_list[i]); in sctp_stream_outq_is_empty() local
[all …]
A Dulpevent.c773 __u32 indication, __u32 sid, __u32 seq, in sctp_ulpevent_make_pdapi() argument
796 pd->pdapi_stream = sid; in sctp_ulpevent_make_pdapi()
A Doutqueue.c1085 __u32 sid = ntohs(chunk->subh.data_hdr->stream); in sctp_outq_flush_data() local
1086 __u8 stream_state = SCTP_SO(&ctx->asoc->stream, sid)->state; in sctp_outq_flush_data()
A Dsm_make_chunk.c1576 __u16 ssn, sid; in sctp_chunk_assign_ssn() local
1582 sid = ntohs(chunk->subh.data_hdr->stream); in sctp_chunk_assign_ssn()
1594 ssn = sctp_ssn_next(stream, out, sid); in sctp_chunk_assign_ssn()
1596 ssn = sctp_ssn_peek(stream, out, sid); in sctp_chunk_assign_ssn()
/net/netfilter/
A Dxt_l2tp.c39 u32 sid; member
65 (info->sid != data->sid)) in l2tp_match()
119 data.sid = ntohl(lh->val32); in l2tp_udp_mt()
127 data.sid = (u32) ntohs(lh->val16[1]); in l2tp_udp_mt()
161 data.sid = ntohl(lh->val32); in l2tp_ip_mt()
248 (info->sid > 0xffff)) { in l2tp_mt_check()
250 info->sid); in l2tp_mt_check()
A Dnf_flow_table_ip.c165 tuple->encap[i].id = ntohs(phdr->sid); in nf_flow_tuple_encap()
A Dnf_flow_table_offload.c669 entry->pppoe.sid = other_tuple->encap[i].id; in nf_flow_rule_route_common()
/net/l2tp/
A Dtrace.h97 __field(u32, sid)
105 __entry->sid = session->session_id;
112 __entry->sid,
114 __entry->sid,
A Dl2tp_core.c393 u32 sid = session->session_id; in l2tp_v3_session_get_next() local
399 if (session->session_id == sid && in l2tp_v3_session_get_next()
/net/bluetooth/
A Dhci_conn.c960 conn->sid = HCI_SID_INVALID; in __hci_conn_add()
1507 __u8 sid, struct bt_iso_qos *qos, in hci_add_bis() argument
1549 conn->sid = sid; in hci_add_bis()
2080 __u8 dst_type, __u8 sid, in hci_pa_create_sync() argument
2093 conn->sid = sid; in hci_pa_create_sync()
2216 __u8 dst_type, __u8 sid, in hci_connect_bis() argument
2234 if (conn->sid == HCI_SID_INVALID) { in hci_connect_bis()
2235 u8 sid; in hci_connect_bis() local
2237 for (sid = 0; sid <= 0x0f; sid++) { in hci_connect_bis()
2238 if (!hci_find_adv_sid(hdev, sid)) { in hci_connect_bis()
[all …]
A Dhci_sync.c1381 cp.sid = adv->sid; in hci_setup_ext_adv_instance_sync()
1386 cp.sid = 0x00; in hci_setup_ext_adv_instance_sync()
1720 int hci_start_per_adv_sync(struct hci_dev *hdev, u8 instance, u8 sid, in hci_start_per_adv_sync() argument
1733 if (sid != HCI_SID_INVALID && adv->sid != sid) { in hci_start_per_adv_sync()
1737 adv = hci_find_adv_sid(hdev, sid); in hci_start_per_adv_sync()
1753 adv = hci_add_per_instance(hdev, instance, sid, flags, in hci_start_per_adv_sync()
7032 if (conn->sid == HCI_SID_INVALID && in hci_le_pa_create_sync()
7050 if (conn->sid == HCI_SID_INVALID) in hci_le_pa_create_sync()
7057 cp.sid = conn->sid; in hci_le_pa_create_sync()
A Diso.c387 iso_pi(sk)->bc_sid = hcon->sid; in iso_connect_bis()
599 __u8 sid) in __iso_get_sock_listen_by_sid() argument
613 if (iso_pi(sk)->bc_sid == sid) in __iso_get_sock_listen_by_sid()
2064 return ev->sid == iso_pi(sk)->bc_sid; in iso_match_sid()
2112 iso_pi(sk)->bc_sid = ev1->sid; in iso_connect_ind()
A Dhci_core.c1604 struct adv_info *hci_find_adv_sid(struct hci_dev *hdev, u8 sid) in hci_find_adv_sid() argument
1609 if (adv->sid == sid) in hci_find_adv_sid()
1768 struct adv_info *hci_add_per_instance(struct hci_dev *hdev, u8 instance, u8 sid, in hci_add_per_instance() argument
1780 adv->sid = sid; in hci_add_per_instance()
A Dhci_event.c6330 if (conn && conn->sid == HCI_SID_INVALID) in hci_le_ext_adv_report_evt()
6331 conn->sid = info->sid; in hci_le_ext_adv_report_evt()
6376 &ev->bdaddr, ev->sid); in hci_le_pa_sync_established_evt()
6383 conn->sid = HCI_SID_INVALID; in hci_le_pa_sync_established_evt()
/net/core/
A Dflow_dissector.c1414 key_pppoe->session_id = hdr->hdr.sid; in __skb_flow_dissect()

Completed in 76 milliseconds