Lines Matching refs:net_pkt
62 extern void net_process_rx_packet(struct net_pkt *pkt);
63 extern void net_process_tx_packet(struct net_pkt *pkt);
67 extern int net_icmp_call_ipv4_handlers(struct net_pkt *pkt,
70 extern int net_icmp_call_ipv6_handlers(struct net_pkt *pkt,
161 enum net_verdict net_ipv4_input(struct net_pkt *pkt, bool is_loopback);
162 enum net_verdict net_ipv6_input(struct net_pkt *pkt, bool is_loopback);
166 static inline enum net_verdict net_ipv4_input(struct net_pkt *pkt, in net_ipv4_input()
175 static inline enum net_verdict net_ipv6_input(struct net_pkt *pkt, in net_ipv6_input()
187 extern bool net_tc_submit_to_tx_queue(uint8_t tc, struct net_pkt *pkt);
188 extern void net_tc_submit_to_rx_queue(uint8_t tc, struct net_pkt *pkt);
189 extern enum net_verdict net_promisc_mode_input(struct net_pkt *pkt);
250 enum net_verdict net_gptp_recv(struct net_if *iface, struct net_pkt *pkt);
257 int net_ipv4_send_fragmented_pkt(struct net_if *iface, struct net_pkt *pkt,
262 int net_ipv6_send_fragmented_pkt(struct net_if *iface, struct net_pkt *pkt,
272 extern uint16_t net_calc_chksum(struct net_pkt *pkt, uint8_t proto);
288 struct net_pkt *pkt,
294 extern uint16_t net_calc_chksum_ipv4(struct net_pkt *pkt);
307 uint16_t net_calc_chksum_igmp(struct net_pkt *pkt);
308 enum net_verdict net_ipv4_igmp_input(struct net_pkt *pkt,
315 static inline uint16_t net_calc_chksum_icmpv6(struct net_pkt *pkt) in net_calc_chksum_icmpv6()
320 static inline uint16_t net_calc_chksum_icmpv4(struct net_pkt *pkt) in net_calc_chksum_icmpv4()
325 static inline uint16_t net_calc_chksum_udp(struct net_pkt *pkt) in net_calc_chksum_udp()
332 static inline uint16_t net_calc_verify_chksum_udp(struct net_pkt *pkt) in net_calc_verify_chksum_udp()
337 static inline uint16_t net_calc_chksum_tcp(struct net_pkt *pkt) in net_calc_chksum_tcp()
362 static inline void net_pkt_hexdump(struct net_pkt *pkt, const char *str) in net_pkt_hexdump()
379 static inline void net_pkt_print_buffer_info(struct net_pkt *pkt, const char *str) in net_pkt_print_buffer_info()