Lines Matching refs:net_pkt
134 int net_ipv4_create_full(struct net_pkt *pkt,
142 static inline int net_ipv4_create_full(struct net_pkt *pkt, in net_ipv4_create_full()
172 int net_ipv4_create(struct net_pkt *pkt,
176 static inline int net_ipv4_create(struct net_pkt *pkt, in net_ipv4_create()
200 int net_ipv4_finalize(struct net_pkt *pkt, uint8_t next_header_proto);
202 static inline int net_ipv4_finalize(struct net_pkt *pkt, in net_ipv4_finalize()
243 int net_ipv4_parse_hdr_options(struct net_pkt *pkt,
247 static inline int net_ipv4_parse_hdr_options(struct net_pkt *pkt, in net_ipv4_parse_hdr_options()
333 struct net_pkt *pkt[CONFIG_NET_IPV4_FRAGMENT_MAX_PKT];
369 enum net_verdict net_ipv4_prepare_for_send(struct net_pkt *pkt);
386 enum net_verdict net_ipv4_handle_fragment_hdr(struct net_pkt *pkt, struct net_ipv4_hdr *hdr);
388 static inline enum net_verdict net_ipv4_handle_fragment_hdr(struct net_pkt *pkt, in net_ipv4_handle_fragment_hdr()
399 enum net_verdict net_ipv4_prepare_for_send_fragment(struct net_pkt *pkt);
464 enum net_verdict net_ipv4_acd_input(struct net_if *iface, struct net_pkt *pkt);