| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ | 
| D | peer.c | 466 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_acl()481 	hdr = net_buf_push(dst, sizeof(*hdr));  in push_l2cap_pdu_header()
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ | 
| D | main.c | 478 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_acl()493 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_l2cap_packet()
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ | 
| D | main.c | 501 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_acl()516 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_l2cap_packet()
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ | 
| D | main.c | 497 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_acl()512 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_l2cap_packet()
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ | 
| D | main.c | 524 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_acl()539 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_l2cap_packet()
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/hci/ | 
| D | hci_driver.c | 243 			sdu_hdr = net_buf_push(buf, BT_HCI_ISO_SDU_TS_HDR_SIZE);  in sink_sdu_emit_hci()253 		hdr = net_buf_push(buf, BT_HCI_ISO_HDR_SIZE);  in sink_sdu_emit_hci()
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ | 
| D | tester.c | 524 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_acl()539 	hdr = net_buf_push(dst, sizeof(*hdr));  in push_l2cap_pdu_header()
 
 | 
| /Zephyr-latest/drivers/bluetooth/hci/ | 
| D | h5.c | 359 			net_buf_push(buf, sizeof(uint8_t));  in retx_timeout()620 	memcpy(net_buf_push(buf, sizeof(type)), &type, sizeof(type));  in h5_queue()
 
 | 
| /Zephyr-latest/doc/services/net_buf/ | 
| D | index.rst | 100      void *net_buf_push(struct net_buf *buf, size_t len);
 | 
| /Zephyr-latest/drivers/modem/ | 
| D | modem_cmd_handler.c | 216 			net_buf_push(data->rx_buf, cmd->cmd_len + parsed_len);  in process_cmd()
 | 
| /Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ | 
| D | main.c | 355 			net_buf_push(buf, sizeof(uint8_t));  in retx_timeout()
 | 
| /Zephyr-latest/drivers/wifi/infineon/ | 
| D | airoc_wifi.c | 285 		(*buf)->data = net_buf_push(*buf, -add_remove_amount);  in airoc_wifi_buffer_add_remove_at_front()
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/ | 
| D | ethernet.c | 610 		net_buf_push(pkt->buffer, hdr_len);  in ethernet_fill_header()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 2012 static inline void *net_buf_push(struct net_buf *buf, size_t len)  in net_buf_push()  function
 | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | a2dp.c | 864 	media_hdr = net_buf_push(buf, sizeof(struct bt_avdtp_media_hdr));  in bt_a2dp_stream_send()
 | 
| D | l2cap_br.c | 324 	hdr = net_buf_push(buf, sizeof(*hdr));  in bt_l2cap_br_send_cb()
 | 
| D | sdp.c | 227 	hdr = net_buf_push(buf, sizeof(struct bt_sdp_hdr));  in bt_sdp_send()
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | conn.c | 540 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_acl()598 	hdr = net_buf_push(buf, sizeof(*hdr));  in send_iso()
 
 | 
| D | iso.c | 887 	hdr = net_buf_push(buf, sizeof(*hdr));  in bt_iso_chan_send()912 	hdr = net_buf_push(buf, sizeof(*hdr));  in bt_iso_chan_send_ts()
 
 | 
| D | l2cap.c | 953 		hdr = net_buf_push(pdu, sizeof(*hdr));  in l2cap_data_pull()
 | 
| D | att.c | 2499 	net_buf_push(buf, sizeof(struct bt_att_hdr));  in att_signed_write_cmd()
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp_gatt.c | 64 #define server_buf_push(_len)	net_buf_push(server_buf, ROUND_UP(_len, 4))
 |