Searched defs:pkt_type (Results 1 - 4 of 4) sorted by relevance

/net/dccp/
H A Doptions.c56 const u8 pkt_type = DCCP_SKB_CB(skb)->dccpd_type; local
112 if (pkt_type != DCCP_PKT_DATA)
124 if (pkt_type == DCCP_PKT_DATA) /* RFC 4340, 6 */
219 pkt_type, opt, value, len))
234 pkt_type, opt, value, len))
H A Doutput.c629 const enum dccp_pkt_type pkt_type)
640 DCCP_CRIT("could not send %s", dccp_packet_name(pkt_type));
646 DCCP_SKB_CB(skb)->dccpd_type = pkt_type;
628 dccp_send_sync(struct sock *sk, const u64 ackno, const enum dccp_pkt_type pkt_type) argument
/net/bluetooth/
H A Dhci_conn.c98 cp.pkt_type = cpu_to_le16(conn->pkt_type);
170 cp.pkt_type = cpu_to_le16(conn->pkt_type);
188 cp.pkt_type = cpu_to_le16(conn->pkt_type);
358 __u16 pkt_type, bdaddr_t *dst)
383 conn->pkt_type = hdev->pkt_type & ACL_PTYPE_MASK;
386 if (!pkt_type)
357 hci_conn_add(struct hci_dev *hdev, int type, __u16 pkt_type, bdaddr_t *dst) argument
572 hci_connect_sco(struct hci_dev *hdev, int type, __u16 pkt_type, bdaddr_t *dst, u8 sec_level, u8 auth_type) argument
615 hci_connect(struct hci_dev *hdev, int type, __u16 pkt_type, bdaddr_t *dst, __u8 dst_type, __u8 sec_level, __u8 auth_type) argument
[all...]
H A Dsco.c161 __u16 pkt_type = sco_pi(sk)->pkt_type; local
179 pkt_type &= SCO_ESCO_MASK;
182 hcon = hci_connect(hdev, type, pkt_type, dst, BDADDR_BREDR,
479 sco_pi(sk)->pkt_type = sa.sco_pkt_type;
517 sco_pi(sk)->pkt_type = sa.sco_pkt_type;
641 sa->sco_pkt_type = sco_pi(sk)->pkt_type;
695 cp.pkt_type = cpu_to_le16(conn->pkt_type);

Completed in 108 milliseconds