Lines Matching refs:sockc
2520 const struct sockcm_cookie *sockc, in l2cap_tx_timestamp() argument
2526 hci_setup_tx_timestamp(skb, len, sockc); in l2cap_tx_timestamp()
2528 hci_setup_tx_timestamp(skb, 1, sockc); in l2cap_tx_timestamp()
2532 const struct sockcm_cookie *sockc, in l2cap_tx_timestamp_seg() argument
2539 l2cap_tx_timestamp(skb_peek_tail(queue), sockc, len); in l2cap_tx_timestamp_seg()
2541 l2cap_tx_timestamp(skb, sockc, len); in l2cap_tx_timestamp_seg()
2545 const struct sockcm_cookie *sockc) in l2cap_chan_send() argument
2560 l2cap_tx_timestamp(skb, sockc, len); in l2cap_chan_send()
2585 l2cap_tx_timestamp_seg(&seg_queue, sockc, len); in l2cap_chan_send()
2608 l2cap_tx_timestamp(skb, sockc, len); in l2cap_chan_send()
2637 l2cap_tx_timestamp_seg(&seg_queue, sockc, len); in l2cap_chan_send()