Searched refs:net_pkt_pull (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/net/net_pkt/src/ |
D | main.c | 698 net_pkt_pull(dummy_pkt, PULL_AMOUNT); in ZTEST() 712 net_pkt_pull(dummy_pkt, LARGE_PULL_AMOUNT); in ZTEST() 722 net_pkt_pull(dummy_pkt, net_pkt_get_len(dummy_pkt)); in ZTEST() 728 ret = net_pkt_pull(dummy_pkt, 1); in ZTEST() 749 ret = net_pkt_pull(dummy_pkt, net_pkt_get_len(dummy_pkt) + 1); in ZTEST() 773 ret = net_pkt_pull(dummy_pkt, 1); in ZTEST() 777 ret = net_pkt_pull(dummy_pkt, 1); in ZTEST()
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_fragment.c | 272 if (net_pkt_pull(pkt, removed_len)) { in reassemble_packet() 310 if (net_pkt_pull(pkt, sizeof(struct net_ipv6_frag_hdr))) { in reassemble_packet()
|
D | ipv4.c | 426 net_pkt_pull(pkt, net_pkt_ip_hdr_len(pkt) + in net_ipv4_input()
|
D | ipv4_fragment.c | 172 if (net_pkt_pull(pkt, net_pkt_ip_hdr_len(pkt))) { in reassemble_packet()
|
D | ipv6.c | 797 net_pkt_pull(pkt, net_pkt_ip_hdr_len(pkt) + in net_ipv6_input()
|
D | 6lo.c | 836 net_pkt_pull(pkt, compressed); in compress_IPHC_header()
|
D | tcp.c | 1631 net_pkt_pull(pkt, len); in tcp_pkt_pull() 4174 net_pkt_pull(up, net_pkt_get_len(up) - len); in tp_tcp_recv_cb()
|
D | net_pkt.c | 2243 int net_pkt_pull(struct net_pkt *pkt, size_t length) function
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 2505 int net_pkt_pull(struct net_pkt *pkt, size_t length);
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 875 * :github:`22307` - net: ip: net_pkt_pull(): packet corruption when using CONFIG_NET_BUF_DATA_SIZE …
|