Lines Matching defs:skb
956 static inline bool skb_pfmemalloc(const struct sk_buff *skb) in skb_pfmemalloc()
974 static inline struct dst_entry *skb_dst(const struct sk_buff *skb) in skb_dst()
993 static inline void skb_dst_set(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set()
1009 static inline void skb_dst_set_noref(struct sk_buff *skb, struct dst_entry *dst) in skb_dst_set_noref()
1020 static inline bool skb_dst_is_noref(const struct sk_buff *skb) in skb_dst_is_noref()
1029 static inline struct rtable *skb_rtable(const struct sk_buff *skb) in skb_rtable()
1047 static inline unsigned int skb_napi_id(const struct sk_buff *skb) in skb_napi_id()
1062 static inline bool skb_unref(struct sk_buff *skb) in skb_unref()
1083 static inline void consume_skb(struct sk_buff *skb) in consume_skb()
1145 const struct sk_buff *skb) in skb_fclone_busy()
1177 static inline struct sk_buff *__pskb_copy(struct sk_buff *skb, int headroom, in __pskb_copy()
1207 static inline int skb_pad(struct sk_buff *skb, int pad) in skb_pad()
1269 static inline void skb_clear_hash(struct sk_buff *skb) in skb_clear_hash()
1276 static inline void skb_clear_hash_if_not_l4(struct sk_buff *skb) in skb_clear_hash_if_not_l4()
1283 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) in __skb_set_hash()
1291 skb_set_hash(struct sk_buff *skb, __u32 hash, enum pkt_hash_types type) in skb_set_hash()
1298 __skb_set_sw_hash(struct sk_buff *skb, __u32 hash, bool is_l4) in __skb_set_sw_hash()
1311 static inline __be32 skb_flow_get_ports(const struct sk_buff *skb, in skb_flow_get_ports()
1331 static inline bool skb_flow_dissect(const struct sk_buff *skb, in skb_flow_dissect()
1339 static inline bool skb_flow_dissect_flow_keys(const struct sk_buff *skb, in skb_flow_dissect_flow_keys()
1350 const struct sk_buff *skb, in skb_flow_dissect_flow_keys_basic()
1383 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash()
1391 static inline __u32 skb_get_hash_flowi6(struct sk_buff *skb, const struct flowi6 *fl6) in skb_get_hash_flowi6()
1406 static inline __u32 skb_get_hash_raw(const struct sk_buff *skb) in skb_get_hash_raw()
1427 static inline unsigned char *skb_end_pointer(const struct sk_buff *skb) in skb_end_pointer()
1432 static inline unsigned int skb_end_offset(const struct sk_buff *skb) in skb_end_offset()
1437 static inline unsigned char *skb_end_pointer(const struct sk_buff *skb) in skb_end_pointer()
1442 static inline unsigned int skb_end_offset(const struct sk_buff *skb) in skb_end_offset()
1451 static inline struct skb_shared_hwtstamps *skb_hwtstamps(struct sk_buff *skb) in skb_hwtstamps()
1456 static inline struct ubuf_info *skb_zcopy(struct sk_buff *skb) in skb_zcopy()
1468 static inline void skb_zcopy_init(struct sk_buff *skb, struct ubuf_info *uarg) in skb_zcopy_init()
1474 static inline void skb_zcopy_set(struct sk_buff *skb, struct ubuf_info *uarg, in skb_zcopy_set()
1486 static inline void skb_zcopy_set_nouarg(struct sk_buff *skb, void *val) in skb_zcopy_set_nouarg()
1492 static inline bool skb_zcopy_is_nouarg(struct sk_buff *skb) in skb_zcopy_is_nouarg()
1497 static inline void *skb_zcopy_get_nouarg(struct sk_buff *skb) in skb_zcopy_get_nouarg()
1519 static inline void skb_zcopy_clear(struct sk_buff *skb, bool zerocopy_success) in skb_zcopy_clear()
1531 static inline void skb_mark_not_on_list(struct sk_buff *skb) in skb_mark_not_on_list()
1537 #define skb_list_walk_safe(first, skb, next_skb) \ argument
1541 static inline void skb_list_del_init(struct sk_buff *skb) in skb_list_del_init()
1579 const struct sk_buff *skb) in skb_queue_is_last()
1592 const struct sk_buff *skb) in skb_queue_is_first()
1606 const struct sk_buff *skb) in skb_queue_next()
1624 const struct sk_buff *skb) in skb_queue_prev()
1640 static inline struct sk_buff *skb_get(struct sk_buff *skb) in skb_get()
1658 static inline int skb_cloned(const struct sk_buff *skb) in skb_cloned()
1664 static inline int skb_unclone(struct sk_buff *skb, gfp_t pri) in skb_unclone()
1681 static inline int skb_header_cloned(const struct sk_buff *skb) in skb_header_cloned()
1693 static inline int skb_header_unclone(struct sk_buff *skb, gfp_t pri) in skb_header_unclone()
1707 static inline void __skb_header_release(struct sk_buff *skb) in __skb_header_release()
1721 static inline int skb_shared(const struct sk_buff *skb) in skb_shared()
1739 static inline struct sk_buff *skb_share_check(struct sk_buff *skb, gfp_t pri) in skb_share_check()
1774 static inline struct sk_buff *skb_unshare(struct sk_buff *skb, in skb_unshare()
1806 struct sk_buff *skb = list_->next; in skb_peek() local
1833 static inline struct sk_buff *skb_peek_next(struct sk_buff *skb, in skb_peek_next()
1858 struct sk_buff *skb = READ_ONCE(list_->prev); in skb_peek_tail() local
2090 static inline void __skb_unlink(struct sk_buff *skb, struct sk_buff_head *list) in __skb_unlink()
2112 struct sk_buff *skb = skb_peek(list); in __skb_dequeue() local
2129 struct sk_buff *skb = skb_peek_tail(list); in __skb_dequeue_tail() local
2137 static inline bool skb_is_nonlinear(const struct sk_buff *skb) in skb_is_nonlinear()
2142 static inline unsigned int skb_headlen(const struct sk_buff *skb) in skb_headlen()
2147 static inline unsigned int __skb_pagelen(const struct sk_buff *skb) in __skb_pagelen()
2156 static inline unsigned int skb_pagelen(const struct sk_buff *skb) in skb_pagelen()
2174 static inline void __skb_fill_page_desc(struct sk_buff *skb, int i, in __skb_fill_page_desc()
2207 static inline void skb_fill_page_desc(struct sk_buff *skb, int i, in skb_fill_page_desc()
2220 #define SKB_LINEAR_ASSERT(skb) BUG_ON(skb_is_nonlinear(skb)) argument
2223 static inline unsigned char *skb_tail_pointer(const struct sk_buff *skb) in skb_tail_pointer()
2228 static inline void skb_reset_tail_pointer(struct sk_buff *skb) in skb_reset_tail_pointer()
2233 static inline void skb_set_tail_pointer(struct sk_buff *skb, const int offset) in skb_set_tail_pointer()
2240 static inline unsigned char *skb_tail_pointer(const struct sk_buff *skb) in skb_tail_pointer()
2245 static inline void skb_reset_tail_pointer(struct sk_buff *skb) in skb_reset_tail_pointer()
2250 static inline void skb_set_tail_pointer(struct sk_buff *skb, const int offset) in skb_set_tail_pointer()
2262 static inline void *__skb_put(struct sk_buff *skb, unsigned int len) in __skb_put()
2271 static inline void *__skb_put_zero(struct sk_buff *skb, unsigned int len) in __skb_put_zero()
2279 static inline void *__skb_put_data(struct sk_buff *skb, const void *data, in __skb_put_data()
2288 static inline void __skb_put_u8(struct sk_buff *skb, u8 val) in __skb_put_u8()
2293 static inline void *skb_put_zero(struct sk_buff *skb, unsigned int len) in skb_put_zero()
2302 static inline void *skb_put_data(struct sk_buff *skb, const void *data, in skb_put_data()
2312 static inline void skb_put_u8(struct sk_buff *skb, u8 val) in skb_put_u8()
2318 static inline void *__skb_push(struct sk_buff *skb, unsigned int len) in __skb_push()
2326 static inline void *__skb_pull(struct sk_buff *skb, unsigned int len) in __skb_pull()
2333 static inline void *skb_pull_inline(struct sk_buff *skb, unsigned int len) in skb_pull_inline()
2340 static inline void *__pskb_pull(struct sk_buff *skb, unsigned int len) in __pskb_pull()
2349 static inline void *pskb_pull(struct sk_buff *skb, unsigned int len) in pskb_pull()
2354 static inline bool pskb_may_pull(struct sk_buff *skb, unsigned int len) in pskb_may_pull()
2371 static inline unsigned int skb_headroom(const struct sk_buff *skb) in skb_headroom()
2382 static inline int skb_tailroom(const struct sk_buff *skb) in skb_tailroom()
2394 static inline int skb_availroom(const struct sk_buff *skb) in skb_availroom()
2410 static inline void skb_reserve(struct sk_buff *skb, int len) in skb_reserve()
2428 static inline void skb_tailroom_reserve(struct sk_buff *skb, unsigned int mtu, in skb_tailroom_reserve()
2443 static inline void skb_set_inner_protocol(struct sk_buff *skb, in skb_set_inner_protocol()
2450 static inline void skb_set_inner_ipproto(struct sk_buff *skb, in skb_set_inner_ipproto()
2457 static inline void skb_reset_inner_headers(struct sk_buff *skb) in skb_reset_inner_headers()
2464 static inline void skb_reset_mac_len(struct sk_buff *skb) in skb_reset_mac_len()
2469 static inline unsigned char *skb_inner_transport_header(const struct sk_buff in skb_inner_transport_header()
2475 static inline int skb_inner_transport_offset(const struct sk_buff *skb) in skb_inner_transport_offset()
2480 static inline void skb_reset_inner_transport_header(struct sk_buff *skb) in skb_reset_inner_transport_header()
2485 static inline void skb_set_inner_transport_header(struct sk_buff *skb, in skb_set_inner_transport_header()
2492 static inline unsigned char *skb_inner_network_header(const struct sk_buff *skb) in skb_inner_network_header()
2497 static inline void skb_reset_inner_network_header(struct sk_buff *skb) in skb_reset_inner_network_header()
2502 static inline void skb_set_inner_network_header(struct sk_buff *skb, in skb_set_inner_network_header()
2509 static inline unsigned char *skb_inner_mac_header(const struct sk_buff *skb) in skb_inner_mac_header()
2514 static inline void skb_reset_inner_mac_header(struct sk_buff *skb) in skb_reset_inner_mac_header()
2519 static inline void skb_set_inner_mac_header(struct sk_buff *skb, in skb_set_inner_mac_header()
2525 static inline bool skb_transport_header_was_set(const struct sk_buff *skb) in skb_transport_header_was_set()
2530 static inline unsigned char *skb_transport_header(const struct sk_buff *skb) in skb_transport_header()
2535 static inline void skb_reset_transport_header(struct sk_buff *skb) in skb_reset_transport_header()
2540 static inline void skb_set_transport_header(struct sk_buff *skb, in skb_set_transport_header()
2547 static inline unsigned char *skb_network_header(const struct sk_buff *skb) in skb_network_header()
2552 static inline void skb_reset_network_header(struct sk_buff *skb) in skb_reset_network_header()
2557 static inline void skb_set_network_header(struct sk_buff *skb, const int offset) in skb_set_network_header()
2563 static inline unsigned char *skb_mac_header(const struct sk_buff *skb) in skb_mac_header()
2568 static inline int skb_mac_offset(const struct sk_buff *skb) in skb_mac_offset()
2573 static inline u32 skb_mac_header_len(const struct sk_buff *skb) in skb_mac_header_len()
2578 static inline int skb_mac_header_was_set(const struct sk_buff *skb) in skb_mac_header_was_set()
2583 static inline void skb_unset_mac_header(struct sk_buff *skb) in skb_unset_mac_header()
2588 static inline void skb_reset_mac_header(struct sk_buff *skb) in skb_reset_mac_header()
2593 static inline void skb_set_mac_header(struct sk_buff *skb, const int offset) in skb_set_mac_header()
2599 static inline void skb_pop_mac_header(struct sk_buff *skb) in skb_pop_mac_header()
2604 static inline void skb_probe_transport_header(struct sk_buff *skb) in skb_probe_transport_header()
2616 static inline void skb_mac_header_rebuild(struct sk_buff *skb) in skb_mac_header_rebuild()
2626 static inline int skb_checksum_start_offset(const struct sk_buff *skb) in skb_checksum_start_offset()
2631 static inline unsigned char *skb_checksum_start(const struct sk_buff *skb) in skb_checksum_start()
2636 static inline int skb_transport_offset(const struct sk_buff *skb) in skb_transport_offset()
2641 static inline u32 skb_network_header_len(const struct sk_buff *skb) in skb_network_header_len()
2646 static inline u32 skb_inner_network_header_len(const struct sk_buff *skb) in skb_inner_network_header_len()
2651 static inline int skb_network_offset(const struct sk_buff *skb) in skb_network_offset()
2656 static inline int skb_inner_network_offset(const struct sk_buff *skb) in skb_inner_network_offset()
2661 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull()
2716 static inline void __skb_set_length(struct sk_buff *skb, unsigned int len) in __skb_set_length()
2724 static inline void __skb_trim(struct sk_buff *skb, unsigned int len) in __skb_trim()
2731 static inline int __pskb_trim(struct sk_buff *skb, unsigned int len) in __pskb_trim()
2739 static inline int pskb_trim(struct sk_buff *skb, unsigned int len) in pskb_trim()
2753 static inline void pskb_trim_unique(struct sk_buff *skb, unsigned int len) in pskb_trim_unique()
2759 static inline int __skb_grow(struct sk_buff *skb, unsigned int len) in __skb_grow()
2781 static inline void skb_orphan(struct sk_buff *skb) in skb_orphan()
2801 static inline int skb_orphan_frags(struct sk_buff *skb, gfp_t gfp_mask) in skb_orphan_frags()
2812 static inline int skb_orphan_frags_rx(struct sk_buff *skb, gfp_t gfp_mask) in skb_orphan_frags_rx()
2829 struct sk_buff *skb; in __skb_queue_purge() local
2897 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); in __netdev_alloc_skb_ip_align() local
3011 struct sk_buff *skb) in skb_propagate_pfmemalloc()
3086 static inline void skb_frag_ref(struct sk_buff *skb, int f) in skb_frag_ref()
3117 static inline void skb_frag_unref(struct sk_buff *skb, int f) in skb_frag_unref()
3181 static inline void skb_frag_set_page(struct sk_buff *skb, int f, in skb_frag_set_page()
3209 static inline struct sk_buff *pskb_copy(struct sk_buff *skb, in pskb_copy()
3216 static inline struct sk_buff *pskb_copy_for_clone(struct sk_buff *skb, in pskb_copy_for_clone()
3231 static inline int skb_clone_writable(const struct sk_buff *skb, unsigned int len) in skb_clone_writable()
3237 static inline int skb_try_make_writable(struct sk_buff *skb, in skb_try_make_writable()
3244 static inline int __skb_cow(struct sk_buff *skb, unsigned int headroom, in __skb_cow()
3270 static inline int skb_cow(struct sk_buff *skb, unsigned int headroom) in skb_cow()
3285 static inline int skb_cow_head(struct sk_buff *skb, unsigned int headroom) in skb_cow_head()
3300 static inline int skb_padto(struct sk_buff *skb, unsigned int len) in skb_padto()
3319 static inline int __must_check __skb_put_padto(struct sk_buff *skb, in __skb_put_padto()
3344 static inline int __must_check skb_put_padto(struct sk_buff *skb, unsigned int len) in skb_put_padto()
3349 static inline int skb_add_data(struct sk_buff *skb, in skb_add_data()
3368 static inline bool skb_can_coalesce(struct sk_buff *skb, int i, in skb_can_coalesce()
3382 static inline int __skb_linearize(struct sk_buff *skb) in __skb_linearize()
3394 static inline int skb_linearize(struct sk_buff *skb) in skb_linearize()
3406 static inline bool skb_has_shared_frag(const struct sk_buff *skb) in skb_has_shared_frag()
3419 static inline int skb_linearize_cow(struct sk_buff *skb) in skb_linearize_cow()
3426 __skb_postpull_rcsum(struct sk_buff *skb, const void *start, unsigned int len, in __skb_postpull_rcsum()
3447 static inline void skb_postpull_rcsum(struct sk_buff *skb, in skb_postpull_rcsum()
3454 __skb_postpush_rcsum(struct sk_buff *skb, const void *start, unsigned int len, in __skb_postpush_rcsum()
3471 static inline void skb_postpush_rcsum(struct sk_buff *skb, in skb_postpush_rcsum()
3490 static inline void *skb_push_rcsum(struct sk_buff *skb, unsigned int len) in skb_push_rcsum()
3508 static inline int pskb_trim_rcsum(struct sk_buff *skb, unsigned int len) in pskb_trim_rcsum()
3515 static inline int __skb_trim_rcsum(struct sk_buff *skb, unsigned int len) in __skb_trim_rcsum()
3523 static inline int __skb_grow_rcsum(struct sk_buff *skb, unsigned int len) in __skb_grow_rcsum()
3533 #define skb_rb_next(skb) rb_to_skb(rb_next(&(skb)->rbnode)) argument
3534 #define skb_rb_prev(skb) rb_to_skb(rb_prev(&(skb)->rbnode)) argument
3536 #define skb_queue_walk(queue, skb) \ argument
3541 #define skb_queue_walk_safe(queue, skb, tmp) \ argument
3546 #define skb_queue_walk_from(queue, skb) \ argument
3550 #define skb_rbtree_walk(skb, root) \ argument
3554 #define skb_rbtree_walk_from(skb) \ argument
3558 #define skb_rbtree_walk_from_safe(skb, tmp) \ argument
3562 #define skb_queue_walk_from_safe(queue, skb, tmp) \ argument
3567 #define skb_queue_reverse_walk(queue, skb) \ argument
3572 #define skb_queue_reverse_walk_safe(queue, skb, tmp) \ argument
3577 #define skb_queue_reverse_walk_from_safe(queue, skb, tmp) \ argument
3582 static inline bool skb_has_frag_list(const struct sk_buff *skb) in skb_has_frag_list()
3587 static inline void skb_frag_list_init(struct sk_buff *skb) in skb_frag_list_init()
3592 #define skb_walk_frags(skb, iter) \ argument
3633 struct sk_buff *skb) in skb_free_datagram_locked()
3700 __skb_header_pointer(const struct sk_buff *skb, int offset, int len, in __skb_header_pointer()
3713 skb_header_pointer(const struct sk_buff *skb, int offset, int len, void *buffer) in skb_header_pointer()
3729 static inline bool skb_needs_linearize(struct sk_buff *skb, in skb_needs_linearize()
3737 static inline void skb_copy_from_linear_data(const struct sk_buff *skb, in skb_copy_from_linear_data()
3744 static inline void skb_copy_from_linear_data_offset(const struct sk_buff *skb, in skb_copy_from_linear_data_offset()
3751 static inline void skb_copy_to_linear_data(struct sk_buff *skb, in skb_copy_to_linear_data()
3758 static inline void skb_copy_to_linear_data_offset(struct sk_buff *skb, in skb_copy_to_linear_data_offset()
3768 static inline ktime_t skb_get_ktime(const struct sk_buff *skb) in skb_get_ktime()
3782 static inline void skb_get_timestamp(const struct sk_buff *skb, in skb_get_timestamp()
3788 static inline void skb_get_new_timestamp(const struct sk_buff *skb, in skb_get_new_timestamp()
3797 static inline void skb_get_timestampns(const struct sk_buff *skb, in skb_get_timestampns()
3806 static inline void skb_get_new_timestampns(const struct sk_buff *skb, in skb_get_new_timestampns()
3815 static inline void __net_timestamp(struct sk_buff *skb) in __net_timestamp()
3830 static inline u8 skb_metadata_len(const struct sk_buff *skb) in skb_metadata_len()
3835 static inline void *skb_metadata_end(const struct sk_buff *skb) in skb_metadata_end()
3889 static inline void skb_metadata_set(struct sk_buff *skb, u8 meta_len) in skb_metadata_set()
3894 static inline void skb_metadata_clear(struct sk_buff *skb) in skb_metadata_clear()
3908 static inline void skb_clone_tx_timestamp(struct sk_buff *skb) in skb_clone_tx_timestamp()
3912 static inline bool skb_defer_rx_timestamp(struct sk_buff *skb) in skb_defer_rx_timestamp()
3964 static inline void skb_tx_timestamp(struct sk_buff *skb) in skb_tx_timestamp()
3983 static inline int skb_csum_unnecessary(const struct sk_buff *skb) in skb_csum_unnecessary()
4007 static inline __sum16 skb_checksum_complete(struct sk_buff *skb) in skb_checksum_complete()
4013 static inline void __skb_decr_checksum_unnecessary(struct sk_buff *skb) in __skb_decr_checksum_unnecessary()
4023 static inline void __skb_incr_checksum_unnecessary(struct sk_buff *skb) in __skb_incr_checksum_unnecessary()
4034 static inline void __skb_reset_checksum_unnecessary(struct sk_buff *skb) in __skb_reset_checksum_unnecessary()
4047 static inline bool __skb_checksum_validate_needed(struct sk_buff *skb, in __skb_checksum_validate_needed()
4071 static inline void skb_checksum_complete_unset(struct sk_buff *skb) in skb_checksum_complete_unset()
4086 static inline __sum16 __skb_checksum_validate_complete(struct sk_buff *skb, in __skb_checksum_validate_complete()
4110 static inline __wsum null_compute_pseudo(struct sk_buff *skb, int proto) in null_compute_pseudo()
4125 #define __skb_checksum_validate(skb, proto, complete, \ argument
4136 #define skb_checksum_init(skb, proto, compute_pseudo) \ argument
4139 #define skb_checksum_init_zero_check(skb, proto, check, compute_pseudo) \ argument
4142 #define skb_checksum_validate(skb, proto, compute_pseudo) \ argument
4145 #define skb_checksum_validate_zero_check(skb, proto, check, \ argument
4149 #define skb_checksum_simple_validate(skb) \ argument
4152 static inline bool __skb_checksum_convert_check(struct sk_buff *skb) in __skb_checksum_convert_check()
4157 static inline void __skb_checksum_convert(struct sk_buff *skb, __wsum pseudo) in __skb_checksum_convert()
4163 #define skb_checksum_try_convert(skb, proto, compute_pseudo) \ argument
4169 static inline void skb_remcsum_adjust_partial(struct sk_buff *skb, void *ptr, in skb_remcsum_adjust_partial()
4182 static inline void skb_remcsum_process(struct sk_buff *skb, void *ptr, in skb_remcsum_process()
4203 static inline struct nf_conntrack *skb_nfct(const struct sk_buff *skb) in skb_nfct()
4212 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) in skb_get_nfct()
4221 static inline void skb_set_nfct(struct sk_buff *skb, unsigned long nfct) in skb_set_nfct()
4270 static inline void skb_ext_put(struct sk_buff *skb) in skb_ext_put()
4300 static inline bool skb_ext_exist(const struct sk_buff *skb, enum skb_ext_id id) in skb_ext_exist()
4305 static inline void skb_ext_del(struct sk_buff *skb, enum skb_ext_id id) in skb_ext_del()
4311 static inline void *skb_ext_find(const struct sk_buff *skb, enum skb_ext_id id) in skb_ext_find()
4322 static inline void skb_ext_reset(struct sk_buff *skb) in skb_ext_reset()
4330 static inline bool skb_has_extensions(struct sk_buff *skb) in skb_has_extensions()
4335 static inline void skb_ext_put(struct sk_buff *skb) {} in skb_ext_put()
4336 static inline void skb_ext_reset(struct sk_buff *skb) {} in skb_ext_reset()
4337 static inline void skb_ext_del(struct sk_buff *skb, int unused) {} in skb_ext_del()
4340 static inline bool skb_has_extensions(struct sk_buff *skb) { return false; } in skb_has_extensions()
4343 static inline void nf_reset_ct(struct sk_buff *skb) in nf_reset_ct()
4351 static inline void nf_reset_trace(struct sk_buff *skb) in nf_reset_trace()
4358 static inline void ipvs_reset(struct sk_buff *skb) in ipvs_reset()
4394 static inline void skb_init_secmark(struct sk_buff *skb) in skb_init_secmark()
4402 static inline void skb_init_secmark(struct sk_buff *skb) in skb_init_secmark()
4406 static inline int secpath_exists(const struct sk_buff *skb) in secpath_exists()
4415 static inline bool skb_irq_freeable(const struct sk_buff *skb) in skb_irq_freeable()
4424 static inline void skb_set_queue_mapping(struct sk_buff *skb, u16 queue_mapping) in skb_set_queue_mapping()
4429 static inline u16 skb_get_queue_mapping(const struct sk_buff *skb) in skb_get_queue_mapping()
4439 static inline void skb_record_rx_queue(struct sk_buff *skb, u16 rx_queue) in skb_record_rx_queue()
4444 static inline u16 skb_get_rx_queue(const struct sk_buff *skb) in skb_get_rx_queue()
4449 static inline bool skb_rx_queue_recorded(const struct sk_buff *skb) in skb_rx_queue_recorded()
4454 static inline void skb_set_dst_pending_confirm(struct sk_buff *skb, u32 val) in skb_set_dst_pending_confirm()
4459 static inline bool skb_get_dst_pending_confirm(const struct sk_buff *skb) in skb_get_dst_pending_confirm()
4464 static inline struct sec_path *skb_sec_path(const struct sk_buff *skb) in skb_sec_path()
4489 #define SKB_GSO_CB(skb) ((struct skb_gso_cb *)((skb)->cb + SKB_GSO_CB_OFFSET)) argument
4497 static inline int gso_pskb_expand_head(struct sk_buff *skb, int extra) in gso_pskb_expand_head()
4512 static inline void gso_reset_checksum(struct sk_buff *skb, __wsum res) in gso_reset_checksum()
4530 static inline __sum16 gso_make_checksum(struct sk_buff *skb, __wsum res) in gso_make_checksum()
4542 static inline bool skb_is_gso(const struct sk_buff *skb) in skb_is_gso()
4548 static inline bool skb_is_gso_v6(const struct sk_buff *skb) in skb_is_gso_v6()
4554 static inline bool skb_is_gso_sctp(const struct sk_buff *skb) in skb_is_gso_sctp()
4560 static inline bool skb_is_gso_tcp(const struct sk_buff *skb) in skb_is_gso_tcp()
4565 static inline void skb_gso_reset(struct sk_buff *skb) in skb_gso_reset()
4590 static inline bool skb_warn_if_lro(const struct sk_buff *skb) in skb_warn_if_lro()
4604 static inline void skb_forward_csum(struct sk_buff *skb) in skb_forward_csum()
4619 static inline void skb_checksum_none_assert(const struct sk_buff *skb) in skb_checksum_none_assert()
4642 static inline bool skb_head_is_locked(const struct sk_buff *skb) in skb_head_is_locked()
4656 static inline __wsum lco_csum(struct sk_buff *skb) in lco_csum()
4672 static inline bool skb_is_redirected(const struct sk_buff *skb) in skb_is_redirected()
4677 static inline void skb_set_redirected(struct sk_buff *skb, bool from_ingress) in skb_set_redirected()
4687 static inline void skb_reset_redirect(struct sk_buff *skb) in skb_reset_redirect()
4692 static inline bool skb_csum_is_sctp(struct sk_buff *skb) in skb_csum_is_sctp()
4697 static inline void skb_set_kcov_handle(struct sk_buff *skb, in skb_set_kcov_handle()
4705 static inline u64 skb_get_kcov_handle(struct sk_buff *skb) in skb_get_kcov_handle()
4715 static inline void skb_mark_for_recycle(struct sk_buff *skb) in skb_mark_for_recycle()
4721 static inline bool skb_pp_recycle(struct sk_buff *skb, void *data) in skb_pp_recycle()