Lines Matching defs:pkt
100 static int tcp_pkt_linearize(struct net_pkt *pkt, size_t pos, size_t len) in tcp_pkt_linearize()
150 static struct tcphdr *th_get(struct net_pkt *pkt) in th_get()
181 static int tcp_endpoint_set(union tcp_endpoint *ep, struct net_pkt *pkt, in tcp_endpoint_set()
324 static size_t tcp_data_len(struct net_pkt *pkt) in tcp_data_len()
334 static const char *tcp_th(struct net_pkt *pkt) in tcp_th()
364 #define is_6lo_technology(pkt) \ argument
369 static void tcp_send(struct net_pkt *pkt) in tcp_send()
745 struct net_pkt *pkt; in tcp_send_queue_flush() local
758 struct net_pkt *pkt; in tcp_conn_release() local
897 struct net_pkt *pkt; in tcp_send_process_no_lock() local
987 struct net_pkt *pkt = tcp_slist(conn, &conn->send_queue, get, in tcp_send_timer_cancel() local
1057 static const char *tcp_conn_state(struct tcp *conn, struct net_pkt *pkt) in tcp_conn_state()
1069 static uint8_t *tcp_options_get(struct net_pkt *pkt, int tcp_options_len, in tcp_options_get()
1090 struct net_pkt *pkt, ssize_t len) in tcp_options_check()
1222 static size_t tcp_check_pending_data(struct tcp *conn, struct net_pkt *pkt, in tcp_check_pending_data()
1284 static enum net_verdict tcp_data_get(struct tcp *conn, struct net_pkt *pkt, size_t *len) in tcp_data_get()
1325 static int tcp_finalize_pkt(struct net_pkt *pkt) in tcp_finalize_pkt()
1340 static int tcp_header_add(struct tcp *conn, struct net_pkt *pkt, uint8_t flags, in tcp_header_add()
1372 static int ip_header_add(struct tcp *conn, struct net_pkt *pkt) in ip_header_add()
1420 static int net_tcp_set_mss_opt(struct tcp *conn, struct net_pkt *pkt) in net_tcp_set_mss_opt()
1439 static bool is_destination_local(struct net_pkt *pkt) in is_destination_local()
1462 void net_tcp_reply_rst(struct net_pkt *pkt) in net_tcp_reply_rst()
1544 struct net_pkt *pkt; in tcp_out_ext() local
1619 static int tcp_pkt_pull(struct net_pkt *pkt, size_t len) in tcp_pkt_pull()
1651 static int tcp_pkt_append(struct net_pkt *pkt, const uint8_t *data, size_t len) in tcp_pkt_append()
1742 struct net_pkt *pkt; in tcp_send_data() local
2199 static bool tcp_endpoint_cmp(union tcp_endpoint *ep, struct net_pkt *pkt, in tcp_endpoint_cmp()
2211 static bool tcp_conn_cmp(struct tcp *conn, struct net_pkt *pkt) in tcp_conn_cmp()
2217 static struct tcp *tcp_conn_search(struct net_pkt *pkt) in tcp_conn_search()
2240 struct net_pkt *pkt, in tcp_recv()
2391 static struct tcp *tcp_conn_new(struct net_pkt *pkt) in tcp_conn_new()
2576 static void tcp_queue_recv_data(struct tcp *conn, struct net_pkt *pkt, in tcp_queue_recv_data()
2712 static enum net_verdict tcp_data_received(struct tcp *conn, struct net_pkt *pkt, in tcp_data_received()
2740 static void tcp_out_of_order_data(struct tcp *conn, struct net_pkt *pkt, in tcp_out_of_order_data()
2801 static enum net_verdict tcp_in(struct tcp *conn, struct net_pkt *pkt) in tcp_in()
4081 int net_tcp_finalize(struct net_pkt *pkt, bool force_chksum) in net_tcp_finalize()
4103 struct net_tcp_hdr *net_tcp_input(struct net_pkt *pkt, in net_tcp_input()
4130 struct net_pkt *pkt, in tcp_input()
4164 static size_t tp_tcp_recv_cb(struct tcp *conn, struct net_pkt *pkt) in tp_tcp_recv_cb()
4214 struct net_pkt *pkt, in tp_input()