Home
last modified time | relevance | path

Searched defs:skb (Results 1 – 25 of 2952) sorted by relevance

12345678910>>...119

/linux/net/llc/
H A Dllc_c_ev.c78 struct sk_buff *skb; in llc_util_nr_inside_tx_window() local
99 int llc_conn_ev_conn_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_conn_req()
107 int llc_conn_ev_data_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_data_req()
115 int llc_conn_ev_disc_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_disc_req()
123 int llc_conn_ev_rst_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rst_req()
131 int llc_conn_ev_local_busy_detected(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_detected()
139 int llc_conn_ev_local_busy_cleared(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_cleared()
147 int llc_conn_ev_rx_bad_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_bad_pdu()
152 int llc_conn_ev_rx_disc_cmd_pbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_disc_cmd_pbit_set_x()
160 int llc_conn_ev_rx_dm_rsp_fbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_dm_rsp_fbit_set_x()
[all …]
H A Dllc_c_ac.c45 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_clear_remote_busy()
61 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_ind()
69 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_confirm()
77 static int llc_conn_ac_data_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_confirm()
85 int llc_conn_ac_data_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_ind()
91 int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_ind()
119 int llc_conn_ac_disc_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_confirm()
128 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_ind()
167 int llc_conn_ac_rst_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_confirm()
177 struct sk_buff *skb) in llc_conn_ac_clear_remote_busy_if_f_eq_1()
[all …]
H A Dllc_pdu.c21 void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type) in llc_pdu_set_cmd_rsp()
35 void llc_pdu_set_pf_bit(struct sk_buff *skb, u8 bit_value) in llc_pdu_set_pf_bit()
63 void llc_pdu_decode_pf_bit(struct sk_buff *skb, u8 *pf_bit) in llc_pdu_decode_pf_bit()
89 void llc_pdu_init_as_disc_cmd(struct sk_buff *skb, u8 p_bit) in llc_pdu_init_as_disc_cmd()
107 void llc_pdu_init_as_i_cmd(struct sk_buff *skb, u8 p_bit, u8 ns, u8 nr) in llc_pdu_init_as_i_cmd()
126 void llc_pdu_init_as_rej_cmd(struct sk_buff *skb, u8 p_bit, u8 nr) in llc_pdu_init_as_rej_cmd()
146 void llc_pdu_init_as_rnr_cmd(struct sk_buff *skb, u8 p_bit, u8 nr) in llc_pdu_init_as_rnr_cmd()
166 void llc_pdu_init_as_rr_cmd(struct sk_buff *skb, u8 p_bit, u8 nr) in llc_pdu_init_as_rr_cmd()
184 void llc_pdu_init_as_sabme_cmd(struct sk_buff *skb, u8 p_bit) in llc_pdu_init_as_sabme_cmd()
200 void llc_pdu_init_as_dm_rsp(struct sk_buff *skb, u8 f_bit) in llc_pdu_init_as_dm_rsp()
[all …]
H A Dllc_s_ev.c23 int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_activation_req()
31 int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_ui()
41 int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_unitdata_req()
51 int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_xid_req()
60 int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_c()
70 int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_r()
80 int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_test_req()
89 int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_c()
99 int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_r()
109 int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_deactivation_req()
/linux/include/linux/
H A Dskbuff.h1112 skb_pfmemalloc(const struct sk_buff * skb) skb_pfmemalloc() argument
1130 skb_dst(const struct sk_buff * skb) skb_dst() argument
1149 skb_dst_set(struct sk_buff * skb,struct dst_entry * dst) skb_dst_set() argument
1165 skb_dst_set_noref(struct sk_buff * skb,struct dst_entry * dst) skb_dst_set_noref() argument
1176 skb_dst_is_noref(const struct sk_buff * skb) skb_dst_is_noref() argument
1194 skb_napi_id(const struct sk_buff * skb) skb_napi_id() argument
1203 skb_wifi_acked_valid(const struct sk_buff * skb) skb_wifi_acked_valid() argument
1218 skb_unref(struct sk_buff * skb) skb_unref() argument
1230 skb_data_unref(const struct sk_buff * skb,struct skb_shared_info * shinfo) skb_data_unref() argument
1255 kfree_skb(struct sk_buff * skb) kfree_skb() argument
1274 consume_skb(struct sk_buff * skb) consume_skb() argument
1337 skb_fclone_busy(const struct sock * sk,const struct sk_buff * skb) skb_fclone_busy() argument
1369 __pskb_copy(struct sk_buff * skb,int headroom,gfp_t gfp_mask) __pskb_copy() argument
1399 skb_pad(struct sk_buff * skb,int pad) skb_pad() argument
1461 skb_clear_hash(struct sk_buff * skb) skb_clear_hash() argument
1468 skb_clear_hash_if_not_l4(struct sk_buff * skb) skb_clear_hash_if_not_l4() argument
1475 __skb_set_hash(struct sk_buff * skb,__u32 hash,bool is_sw,bool is_l4) __skb_set_hash() argument
1483 skb_set_hash(struct sk_buff * skb,__u32 hash,enum pkt_hash_types type) skb_set_hash() argument
1490 __skb_set_sw_hash(struct sk_buff * skb,__u32 hash,bool is_l4) __skb_set_sw_hash() argument
1503 skb_flow_get_ports(const struct sk_buff * skb,int thoff,u8 ip_proto) skb_flow_get_ports() argument
1523 skb_flow_dissect(const struct sk_buff * skb,struct flow_dissector * flow_dissector,void * target_container,unsigned int flags) skb_flow_dissect() argument
1531 skb_flow_dissect_flow_keys(const struct sk_buff * skb,struct flow_keys * flow,unsigned int flags) skb_flow_dissect_flow_keys() argument
1542 skb_flow_dissect_flow_keys_basic(const struct net * net,const struct sk_buff * skb,struct flow_keys_basic * flow,const void * data,__be16 proto,int nhoff,int hlen,unsigned int flags) skb_flow_dissect_flow_keys_basic() argument
1575 skb_get_hash(struct sk_buff * skb) skb_get_hash() argument
1583 skb_get_hash_flowi6(struct sk_buff * skb,const struct flowi6 * fl6) skb_get_hash_flowi6() argument
1598 skb_get_hash_raw(const struct sk_buff * skb) skb_get_hash_raw() argument
1620 skb_is_decrypted(const struct sk_buff * skb) skb_is_decrypted() argument
1638 skb_end_pointer(const struct sk_buff * skb) skb_end_pointer() argument
1643 skb_end_offset(const struct sk_buff * skb) skb_end_offset() argument
1648 skb_set_end_offset(struct sk_buff * skb,unsigned int offset) skb_set_end_offset() argument
1653 skb_end_pointer(const struct sk_buff * skb) skb_end_pointer() argument
1658 skb_end_offset(const struct sk_buff * skb) skb_end_offset() argument
1663 skb_set_end_offset(struct sk_buff * skb,unsigned int offset) skb_set_end_offset() argument
1680 skb_zerocopy_iter_dgram(struct sk_buff * skb,struct msghdr * msg,int len) skb_zerocopy_iter_dgram() argument
1693 skb_hwtstamps(struct sk_buff * skb) skb_hwtstamps() argument
1698 skb_zcopy(struct sk_buff * skb) skb_zcopy() argument
1705 skb_zcopy_pure(const struct sk_buff * skb) skb_zcopy_pure() argument
1710 skb_zcopy_managed(const struct sk_buff * skb) skb_zcopy_managed() argument
1726 skb_zcopy_init(struct sk_buff * skb,struct ubuf_info * uarg) skb_zcopy_init() argument
1732 skb_zcopy_set(struct sk_buff * skb,struct ubuf_info * uarg,bool * have_ref) skb_zcopy_set() argument
1744 skb_zcopy_set_nouarg(struct sk_buff * skb,void * val) skb_zcopy_set_nouarg() argument
1750 skb_zcopy_is_nouarg(struct sk_buff * skb) skb_zcopy_is_nouarg() argument
1755 skb_zcopy_get_nouarg(struct sk_buff * skb) skb_zcopy_get_nouarg() argument
1777 skb_zcopy_clear(struct sk_buff * skb,bool zerocopy_success) skb_zcopy_clear() argument
1791 skb_zcopy_downgrade_managed(struct sk_buff * skb) skb_zcopy_downgrade_managed() argument
1797 skb_mark_not_on_list(struct sk_buff * skb) skb_mark_not_on_list() argument
1802 skb_poison_list(struct sk_buff * skb) skb_poison_list() argument
1810 skb_list_walk_safe(first,skb,next_skb) global() argument
1814 skb_list_del_init(struct sk_buff * skb) skb_list_del_init() argument
1852 skb_queue_is_last(const struct sk_buff_head * list,const struct sk_buff * skb) skb_queue_is_last() argument
1865 skb_queue_is_first(const struct sk_buff_head * list,const struct sk_buff * skb) skb_queue_is_first() argument
1879 skb_queue_next(const struct sk_buff_head * list,const struct sk_buff * skb) skb_queue_next() argument
1897 skb_queue_prev(const struct sk_buff_head * list,const struct sk_buff * skb) skb_queue_prev() argument
1913 skb_get(struct sk_buff * skb) skb_get() argument
1931 skb_cloned(const struct sk_buff * skb) skb_cloned() argument
1937 skb_unclone(struct sk_buff * skb,gfp_t pri) skb_unclone() argument
1954 skb_unclone_keeptruesize(struct sk_buff * skb,gfp_t pri) skb_unclone_keeptruesize() argument
1970 skb_header_cloned(const struct sk_buff * skb) skb_header_cloned() argument
1982 skb_header_unclone(struct sk_buff * skb,gfp_t pri) skb_header_unclone() argument
1998 __skb_header_release(struct sk_buff * skb) __skb_header_release() argument
2012 skb_shared(const struct sk_buff * skb) skb_shared() argument
2030 skb_share_check(struct sk_buff * skb,gfp_t pri) skb_share_check() argument
2065 skb_unshare(struct sk_buff * skb,gfp_t pri) skb_unshare() argument
2097 struct sk_buff *skb = list_->next; skb_peek() local
2124 skb_peek_next(struct sk_buff * skb,const struct sk_buff_head * list_) skb_peek_next() argument
2149 struct sk_buff *skb = READ_ONCE(list_->prev); skb_peek_tail() local
2381 __skb_unlink(struct sk_buff * skb,struct sk_buff_head * list) __skb_unlink() argument
2403 struct sk_buff *skb = skb_peek(list); __skb_dequeue() local
2420 struct sk_buff *skb = skb_peek_tail(list); __skb_dequeue_tail() local
2428 skb_is_nonlinear(const struct sk_buff * skb) skb_is_nonlinear() argument
2433 skb_headlen(const struct sk_buff * skb) skb_headlen() argument
2438 __skb_pagelen(const struct sk_buff * skb) __skb_pagelen() argument
2447 skb_pagelen(const struct sk_buff * skb) skb_pagelen() argument
2490 skb_len_add(struct sk_buff * skb,int delta) skb_len_add() argument
2510 __skb_fill_netmem_desc(struct sk_buff * skb,int i,netmem_ref netmem,int off,int size) __skb_fill_netmem_desc() argument
2526 __skb_fill_page_desc(struct sk_buff * skb,int i,struct page * page,int off,int size) __skb_fill_page_desc() argument
2532 skb_fill_netmem_desc(struct sk_buff * skb,int i,netmem_ref netmem,int off,int size) skb_fill_netmem_desc() argument
2553 skb_fill_page_desc(struct sk_buff * skb,int i,struct page * page,int off,int size) skb_fill_page_desc() argument
2570 skb_fill_page_desc_noacc(struct sk_buff * skb,int i,struct page * page,int off,int size) skb_fill_page_desc_noacc() argument
2583 skb_add_rx_frag(struct sk_buff * skb,int i,struct page * page,int off,int size,unsigned int truesize) skb_add_rx_frag() argument
2594 SKB_LINEAR_ASSERT(skb) global() argument
2597 skb_tail_pointer(const struct sk_buff * skb) skb_tail_pointer() argument
2602 skb_reset_tail_pointer(struct sk_buff * skb) skb_reset_tail_pointer() argument
2607 skb_set_tail_pointer(struct sk_buff * skb,const int offset) skb_set_tail_pointer() argument
2614 skb_tail_pointer(const struct sk_buff * skb) skb_tail_pointer() argument
2619 skb_reset_tail_pointer(struct sk_buff * skb) skb_reset_tail_pointer() argument
2624 skb_set_tail_pointer(struct sk_buff * skb,const int offset) skb_set_tail_pointer() argument
2631 skb_assert_len(struct sk_buff * skb) skb_assert_len() argument
2644 __skb_put(struct sk_buff * skb,unsigned int len) __skb_put() argument
2653 __skb_put_zero(struct sk_buff * skb,unsigned int len) __skb_put_zero() argument
2661 __skb_put_data(struct sk_buff * skb,const void * data,unsigned int len) __skb_put_data() argument
2670 __skb_put_u8(struct sk_buff * skb,u8 val) __skb_put_u8() argument
2675 skb_put_zero(struct sk_buff * skb,unsigned int len) skb_put_zero() argument
2684 skb_put_data(struct sk_buff * skb,const void * data,unsigned int len) skb_put_data() argument
2694 skb_put_u8(struct sk_buff * skb,u8 val) skb_put_u8() argument
2700 __skb_push(struct sk_buff * skb,unsigned int len) __skb_push() argument
2710 __skb_pull(struct sk_buff * skb,unsigned int len) __skb_pull() argument
2726 skb_pull_inline(struct sk_buff * skb,unsigned int len) skb_pull_inline() argument
2736 pskb_may_pull_reason(struct sk_buff * skb,unsigned int len) pskb_may_pull_reason() argument
2752 pskb_may_pull(struct sk_buff * skb,unsigned int len) pskb_may_pull() argument
2757 pskb_pull(struct sk_buff * skb,unsigned int len) pskb_pull() argument
2774 skb_headroom(const struct sk_buff * skb) skb_headroom() argument
2785 skb_tailroom(const struct sk_buff * skb) skb_tailroom() argument
2797 skb_availroom(const struct sk_buff * skb) skb_availroom() argument
2813 skb_reserve(struct sk_buff * skb,int len) skb_reserve() argument
2831 skb_tailroom_reserve(struct sk_buff * skb,unsigned int mtu,unsigned int needed_tailroom) skb_tailroom_reserve() argument
2846 skb_set_inner_protocol(struct sk_buff * skb,__be16 protocol) skb_set_inner_protocol() argument
2853 skb_set_inner_ipproto(struct sk_buff * skb,__u8 ipproto) skb_set_inner_ipproto() argument
2860 skb_reset_inner_headers(struct sk_buff * skb) skb_reset_inner_headers() argument
2867 skb_reset_mac_len(struct sk_buff * skb) skb_reset_mac_len() argument
2872 skb_inner_transport_header(const struct sk_buff * skb) skb_inner_transport_header() argument
2878 skb_inner_transport_offset(const struct sk_buff * skb) skb_inner_transport_offset() argument
2883 skb_reset_inner_transport_header(struct sk_buff * skb) skb_reset_inner_transport_header() argument
2888 skb_set_inner_transport_header(struct sk_buff * skb,const int offset) skb_set_inner_transport_header() argument
2895 skb_inner_network_header(const struct sk_buff * skb) skb_inner_network_header() argument
2900 skb_reset_inner_network_header(struct sk_buff * skb) skb_reset_inner_network_header() argument
2905 skb_set_inner_network_header(struct sk_buff * skb,const int offset) skb_set_inner_network_header() argument
2912 skb_inner_network_header_was_set(const struct sk_buff * skb) skb_inner_network_header_was_set() argument
2917 skb_inner_mac_header(const struct sk_buff * skb) skb_inner_mac_header() argument
2922 skb_reset_inner_mac_header(struct sk_buff * skb) skb_reset_inner_mac_header() argument
2927 skb_set_inner_mac_header(struct sk_buff * skb,const int offset) skb_set_inner_mac_header() argument
2933 skb_transport_header_was_set(const struct sk_buff * skb) skb_transport_header_was_set() argument
2938 skb_transport_header(const struct sk_buff * skb) skb_transport_header() argument
2944 skb_reset_transport_header(struct sk_buff * skb) skb_reset_transport_header() argument
2949 skb_set_transport_header(struct sk_buff * skb,const int offset) skb_set_transport_header() argument
2956 skb_network_header(const struct sk_buff * skb) skb_network_header() argument
2961 skb_reset_network_header(struct sk_buff * skb) skb_reset_network_header() argument
2966 skb_set_network_header(struct sk_buff * skb,const int offset) skb_set_network_header() argument
2972 skb_mac_header_was_set(const struct sk_buff * skb) skb_mac_header_was_set() argument
2977 skb_mac_header(const struct sk_buff * skb) skb_mac_header() argument
2983 skb_mac_offset(const struct sk_buff * skb) skb_mac_offset() argument
2988 skb_mac_header_len(const struct sk_buff * skb) skb_mac_header_len() argument
2994 skb_unset_mac_header(struct sk_buff * skb) skb_unset_mac_header() argument
2999 skb_reset_mac_header(struct sk_buff * skb) skb_reset_mac_header() argument
3004 skb_set_mac_header(struct sk_buff * skb,const int offset) skb_set_mac_header() argument
3010 skb_pop_mac_header(struct sk_buff * skb) skb_pop_mac_header() argument
3015 skb_probe_transport_header(struct sk_buff * skb) skb_probe_transport_header() argument
3027 skb_mac_header_rebuild(struct sk_buff * skb) skb_mac_header_rebuild() argument
3041 skb_mac_header_rebuild_full(struct sk_buff * skb,u32 full_mac_len) skb_mac_header_rebuild_full() argument
3052 skb_checksum_start_offset(const struct sk_buff * skb) skb_checksum_start_offset() argument
3057 skb_checksum_start(const struct sk_buff * skb) skb_checksum_start() argument
3062 skb_transport_offset(const struct sk_buff * skb) skb_transport_offset() argument
3067 skb_network_header_len(const struct sk_buff * skb) skb_network_header_len() argument
3073 skb_inner_network_header_len(const struct sk_buff * skb) skb_inner_network_header_len() argument
3078 skb_network_offset(const struct sk_buff * skb) skb_network_offset() argument
3083 skb_inner_network_offset(const struct sk_buff * skb) skb_inner_network_offset() argument
3088 pskb_network_may_pull(struct sk_buff * skb,unsigned int len) pskb_network_may_pull() argument
3143 __skb_set_length(struct sk_buff * skb,unsigned int len) __skb_set_length() argument
3151 __skb_trim(struct sk_buff * skb,unsigned int len) __skb_trim() argument
3158 __pskb_trim(struct sk_buff * skb,unsigned int len) __pskb_trim() argument
3166 pskb_trim(struct sk_buff * skb,unsigned int len) pskb_trim() argument
3180 pskb_trim_unique(struct sk_buff * skb,unsigned int len) pskb_trim_unique() argument
3186 __skb_grow(struct sk_buff * skb,unsigned int len) __skb_grow() argument
3208 skb_orphan(struct sk_buff * skb) skb_orphan() argument
3228 skb_orphan_frags(struct sk_buff * skb,gfp_t gfp_mask) skb_orphan_frags() argument
3238 skb_orphan_frags_rx(struct sk_buff * skb,gfp_t gfp_mask) skb_orphan_frags_rx() argument
3257 struct sk_buff *skb; __skb_queue_purge_reason() local
3339 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); __netdev_alloc_skb_ip_align() local
3447 skb_propagate_pfmemalloc(const struct page * page,struct sk_buff * skb) skb_propagate_pfmemalloc() argument
3569 pskb_copy(struct sk_buff * skb,gfp_t gfp_mask) pskb_copy() argument
3576 pskb_copy_for_clone(struct sk_buff * skb,gfp_t gfp_mask) pskb_copy_for_clone() argument
3591 skb_clone_writable(const struct sk_buff * skb,unsigned int len) skb_clone_writable() argument
3597 skb_try_make_writable(struct sk_buff * skb,unsigned int write_len) skb_try_make_writable() argument
3604 __skb_cow(struct sk_buff * skb,unsigned int headroom,int cloned) __skb_cow() argument
3630 skb_cow(struct sk_buff * skb,unsigned int headroom) skb_cow() argument
3645 skb_cow_head(struct sk_buff * skb,unsigned int headroom) skb_cow_head() argument
3660 skb_padto(struct sk_buff * skb,unsigned int len) skb_padto() argument
3679 __skb_put_padto(struct sk_buff * skb,unsigned int len,bool free_on_error) __skb_put_padto() argument
3704 skb_put_padto(struct sk_buff * skb,unsigned int len) skb_put_padto() argument
3712 skb_add_data(struct sk_buff * skb,struct iov_iter * from,int copy) skb_add_data() argument
3731 skb_can_coalesce(struct sk_buff * skb,int i,const struct page * page,int off) skb_can_coalesce() argument
3745 __skb_linearize(struct sk_buff * skb) __skb_linearize() argument
3757 skb_linearize(struct sk_buff * skb) skb_linearize() argument
3769 skb_has_shared_frag(const struct sk_buff * skb) skb_has_shared_frag() argument
3782 skb_linearize_cow(struct sk_buff * skb) skb_linearize_cow() argument
3789 __skb_postpull_rcsum(struct sk_buff * skb,const void * start,unsigned int len,unsigned int off) __skb_postpull_rcsum() argument
3810 skb_postpull_rcsum(struct sk_buff * skb,const void * start,unsigned int len) skb_postpull_rcsum() argument
3822 __skb_postpush_rcsum(struct sk_buff * skb,const void * start,unsigned int len,unsigned int off) __skb_postpush_rcsum() argument
3839 skb_postpush_rcsum(struct sk_buff * skb,const void * start,unsigned int len) skb_postpush_rcsum() argument
3858 skb_push_rcsum(struct sk_buff * skb,unsigned int len) skb_push_rcsum() argument
3876 pskb_trim_rcsum(struct sk_buff * skb,unsigned int len) pskb_trim_rcsum() argument
3883 __skb_trim_rcsum(struct sk_buff * skb,unsigned int len) __skb_trim_rcsum() argument
3891 __skb_grow_rcsum(struct sk_buff * skb,unsigned int len) __skb_grow_rcsum() argument
3901 skb_rb_next(skb) global() argument
3902 skb_rb_prev(skb) global() argument
3904 skb_queue_walk(queue,skb) global() argument
3909 skb_queue_walk_safe(queue,skb,tmp) global() argument
3914 skb_queue_walk_from(queue,skb) global() argument
3918 skb_rbtree_walk(skb,root) global() argument
3922 skb_rbtree_walk_from(skb) global() argument
3926 skb_rbtree_walk_from_safe(skb,tmp) global() argument
3930 skb_queue_walk_from_safe(queue,skb,tmp) global() argument
3935 skb_queue_reverse_walk(queue,skb) global() argument
3940 skb_queue_reverse_walk_safe(queue,skb,tmp) global() argument
3945 skb_queue_reverse_walk_from_safe(queue,skb,tmp) global() argument
3950 skb_has_frag_list(const struct sk_buff * skb) skb_has_frag_list() argument
3955 skb_frag_list_init(struct sk_buff * skb) skb_frag_list_init() argument
3960 skb_walk_frags(skb,iter) global() argument
4060 __skb_header_pointer(const struct sk_buff * skb,int offset,int len,const void * data,int hlen,void * buffer) __skb_header_pointer() argument
4073 skb_header_pointer(const struct sk_buff * skb,int offset,int len,void * buffer) skb_header_pointer() argument
4080 skb_pointer_if_linear(const struct sk_buff * skb,int offset,int len) skb_pointer_if_linear() argument
4097 skb_needs_linearize(struct sk_buff * skb,netdev_features_t features) skb_needs_linearize() argument
4105 skb_copy_from_linear_data(const struct sk_buff * skb,void * to,const unsigned int len) skb_copy_from_linear_data() argument
4112 skb_copy_from_linear_data_offset(const struct sk_buff * skb,const int offset,void * to,const unsigned int len) skb_copy_from_linear_data_offset() argument
4119 skb_copy_to_linear_data(struct sk_buff * skb,const void * from,const unsigned int len) skb_copy_to_linear_data() argument
4126 skb_copy_to_linear_data_offset(struct sk_buff * skb,const int offset,const void * from,const unsigned int len) skb_copy_to_linear_data_offset() argument
4136 skb_get_ktime(const struct sk_buff * skb) skb_get_ktime() argument
4150 skb_get_timestamp(const struct sk_buff * skb,struct __kernel_old_timeval * stamp) skb_get_timestamp() argument
4156 skb_get_new_timestamp(const struct sk_buff * skb,struct __kernel_sock_timeval * stamp) skb_get_new_timestamp() argument
4165 skb_get_timestampns(const struct sk_buff * skb,struct __kernel_old_timespec * stamp) skb_get_timestampns() argument
4174 skb_get_new_timestampns(const struct sk_buff * skb,struct __kernel_timespec * stamp) skb_get_new_timestampns() argument
4183 __net_timestamp(struct sk_buff * skb) __net_timestamp() argument
4194 skb_set_delivery_time(struct sk_buff * skb,ktime_t kt,bool mono) skb_set_delivery_time() argument
4206 skb_clear_delivery_time(struct sk_buff * skb) skb_clear_delivery_time() argument
4217 skb_clear_tstamp(struct sk_buff * skb) skb_clear_tstamp() argument
4225 skb_tstamp(const struct sk_buff * skb) skb_tstamp() argument
4233 skb_tstamp_cond(const struct sk_buff * skb,bool cond) skb_tstamp_cond() argument
4244 skb_metadata_len(const struct sk_buff * skb) skb_metadata_len() argument
4249 skb_metadata_end(const struct sk_buff * skb) skb_metadata_end() argument
4306 skb_metadata_set(struct sk_buff * skb,u8 meta_len) skb_metadata_set() argument
4311 skb_metadata_clear(struct sk_buff * skb) skb_metadata_clear() argument
4325 skb_clone_tx_timestamp(struct sk_buff * skb) skb_clone_tx_timestamp() argument
4329 skb_defer_rx_timestamp(struct sk_buff * skb) skb_defer_rx_timestamp() argument
4381 skb_tx_timestamp(struct sk_buff * skb) skb_tx_timestamp() argument
4400 skb_csum_unnecessary(const struct sk_buff * skb) skb_csum_unnecessary() argument
4424 skb_checksum_complete(struct sk_buff * skb) skb_checksum_complete() argument
4430 __skb_decr_checksum_unnecessary(struct sk_buff * skb) __skb_decr_checksum_unnecessary() argument
4440 __skb_incr_checksum_unnecessary(struct sk_buff * skb) __skb_incr_checksum_unnecessary() argument
4451 __skb_reset_checksum_unnecessary(struct sk_buff * skb) __skb_reset_checksum_unnecessary() argument
4464 __skb_checksum_validate_needed(struct sk_buff * skb,bool zero_okay,__sum16 check) __skb_checksum_validate_needed() argument
4488 skb_checksum_complete_unset(struct sk_buff * skb) skb_checksum_complete_unset() argument
4503 __skb_checksum_validate_complete(struct sk_buff * skb,bool complete,__wsum psum) __skb_checksum_validate_complete() argument
4527 null_compute_pseudo(struct sk_buff * skb,int proto) null_compute_pseudo() argument
4542 __skb_checksum_validate(skb,proto,complete,zero_okay,check,compute_pseudo) global() argument
4553 skb_checksum_init(skb,proto,compute_pseudo) global() argument
4556 skb_checksum_init_zero_check(skb,proto,check,compute_pseudo) global() argument
4559 skb_checksum_validate(skb,proto,compute_pseudo) global() argument
4562 skb_checksum_validate_zero_check(skb,proto,check,compute_pseudo) global() argument
4566 skb_checksum_simple_validate(skb) global() argument
4569 __skb_checksum_convert_check(struct sk_buff * skb) __skb_checksum_convert_check() argument
4574 __skb_checksum_convert(struct sk_buff * skb,__wsum pseudo) __skb_checksum_convert() argument
4580 skb_checksum_try_convert(skb,proto,compute_pseudo) global() argument
4586 skb_remcsum_adjust_partial(struct sk_buff * skb,void * ptr,u16 start,u16 offset) skb_remcsum_adjust_partial() argument
4599 skb_remcsum_process(struct sk_buff * skb,void * ptr,int start,int offset,bool nopartial) skb_remcsum_process() argument
4620 skb_nfct(const struct sk_buff * skb) skb_nfct() argument
4629 skb_get_nfct(const struct sk_buff * skb) skb_get_nfct() argument
4638 skb_set_nfct(struct sk_buff * skb,unsigned long nfct) skb_set_nfct() argument
4690 skb_ext_put(struct sk_buff * skb) skb_ext_put() argument
4720 skb_ext_exist(const struct sk_buff * skb,enum skb_ext_id id) skb_ext_exist() argument
4725 skb_ext_del(struct sk_buff * skb,enum skb_ext_id id) skb_ext_del() argument
4731 skb_ext_find(const struct sk_buff * skb,enum skb_ext_id id) skb_ext_find() argument
4742 skb_ext_reset(struct sk_buff * skb) skb_ext_reset() argument
4750 skb_has_extensions(struct sk_buff * skb) skb_has_extensions() argument
4755 skb_ext_put(struct sk_buff * skb) skb_ext_put() argument
4756 skb_ext_reset(struct sk_buff * skb) skb_ext_reset() argument
4757 skb_ext_del(struct sk_buff * skb,int unused) skb_ext_del() argument
4760 skb_has_extensions(struct sk_buff * skb) skb_has_extensions() argument
4763 nf_reset_ct(struct sk_buff * skb) nf_reset_ct() argument
4771 nf_reset_trace(struct sk_buff * skb) nf_reset_trace() argument
4778 ipvs_reset(struct sk_buff * skb) ipvs_reset() argument
4814 skb_init_secmark(struct sk_buff * skb) skb_init_secmark() argument
4822 skb_init_secmark(struct sk_buff * skb) skb_init_secmark() argument
4826 secpath_exists(const struct sk_buff * skb) secpath_exists() argument
4835 skb_irq_freeable(const struct sk_buff * skb) skb_irq_freeable() argument
4844 skb_set_queue_mapping(struct sk_buff * skb,u16 queue_mapping) skb_set_queue_mapping() argument
4849 skb_get_queue_mapping(const struct sk_buff * skb) skb_get_queue_mapping() argument
4859 skb_record_rx_queue(struct sk_buff * skb,u16 rx_queue) skb_record_rx_queue() argument
4864 skb_get_rx_queue(const struct sk_buff * skb) skb_get_rx_queue() argument
4869 skb_rx_queue_recorded(const struct sk_buff * skb) skb_rx_queue_recorded() argument
4874 skb_set_dst_pending_confirm(struct sk_buff * skb,u32 val) skb_set_dst_pending_confirm() argument
4879 skb_get_dst_pending_confirm(const struct sk_buff * skb) skb_get_dst_pending_confirm() argument
4884 skb_sec_path(const struct sk_buff * skb) skb_sec_path() argument
4893 skb_is_gso(const struct sk_buff * skb) skb_is_gso() argument
4899 skb_is_gso_v6(const struct sk_buff * skb) skb_is_gso_v6() argument
4905 skb_is_gso_sctp(const struct sk_buff * skb) skb_is_gso_sctp() argument
4911 skb_is_gso_tcp(const struct sk_buff * skb) skb_is_gso_tcp() argument
4916 skb_gso_reset(struct sk_buff * skb) skb_gso_reset() argument
4941 skb_warn_if_lro(const struct sk_buff * skb) skb_warn_if_lro() argument
4955 skb_forward_csum(struct sk_buff * skb) skb_forward_csum() argument
4970 skb_checksum_none_assert(const struct sk_buff * skb) skb_checksum_none_assert() argument
4991 skb_head_is_locked(const struct sk_buff * skb) skb_head_is_locked() argument
5005 lco_csum(struct sk_buff * skb) lco_csum() argument
5021 skb_is_redirected(const struct sk_buff * skb) skb_is_redirected() argument
5026 skb_set_redirected(struct sk_buff * skb,bool from_ingress) skb_set_redirected() argument
5036 skb_reset_redirect(struct sk_buff * skb) skb_reset_redirect() argument
5041 skb_set_redirected_noclear(struct sk_buff * skb,bool from_ingress) skb_set_redirected_noclear() argument
5050 skb_csum_is_sctp(struct sk_buff * skb) skb_csum_is_sctp() argument
5059 skb_reset_csum_not_inet(struct sk_buff * skb) skb_reset_csum_not_inet() argument
5067 skb_set_kcov_handle(struct sk_buff * skb,const u64 kcov_handle) skb_set_kcov_handle() argument
5075 skb_get_kcov_handle(struct sk_buff * skb) skb_get_kcov_handle() argument
5084 skb_mark_for_recycle(struct sk_buff * skb) skb_mark_for_recycle() argument
[all...]
H A Dnetfilter_bridge.h19 static inline void br_drop_fake_rtable(struct sk_buff *skb) in br_drop_fake_rtable()
28 nf_bridge_info_get(const struct sk_buff *skb) in nf_bridge_info_get()
33 static inline bool nf_bridge_info_exists(const struct sk_buff *skb) in nf_bridge_info_exists()
38 static inline int nf_bridge_get_physinif(const struct sk_buff *skb) in nf_bridge_get_physinif()
48 static inline int nf_bridge_get_physoutif(const struct sk_buff *skb) in nf_bridge_get_physoutif()
59 nf_bridge_get_physindev(const struct sk_buff *skb, struct net *net) in nf_bridge_get_physindev()
67 nf_bridge_get_physoutdev(const struct sk_buff *skb) in nf_bridge_get_physoutdev()
74 static inline bool nf_bridge_in_prerouting(const struct sk_buff *skb) in nf_bridge_in_prerouting()
81 #define br_drop_fake_rtable(skb) do { } while (0) argument
82 static inline bool nf_bridge_in_prerouting(const struct sk_buff *skb) in nf_bridge_in_prerouting()
/linux/net/xfrm/
H A Dxfrm_output.c31 static int xfrm_skb_check_space(struct sk_buff *skb) in xfrm_skb_check_space()
52 static struct dst_entry *skb_dst_pop(struct sk_buff *skb) in skb_dst_pop()
65 static int xfrm4_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_transport_output()
82 static int mip6_rthdr_offset(struct sk_buff *skb, u8 **nexthdr, int type) in mip6_rthdr_offset()
142 static int xfrm6_hdr_offset(struct xfrm_state *x, struct sk_buff *skb, u8 **prevhdr) in xfrm6_hdr_offset()
163 static int xfrm6_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_transport_output()
194 static int xfrm6_ro_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_ro_output()
224 static int xfrm4_beet_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_beet_encap_add()
273 static int xfrm4_tunnel_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_tunnel_encap_add()
319 static int xfrm6_tunnel_encap_add(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_tunnel_encap_add()
[all …]
/linux/include/net/
H A Dgro.h100 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
103 static inline int gro_recursion_inc_test(struct sk_buff *skb) in gro_recursion_inc_test()
111 struct sk_buff *skb) in call_gro_receive()
126 struct sk_buff *skb) in call_gro_receive_sk()
136 static inline unsigned int skb_gro_offset(const struct sk_buff *skb) in skb_gro_offset()
141 static inline unsigned int skb_gro_len(const struct sk_buff *skb) in skb_gro_len()
146 static inline void skb_gro_pull(struct sk_buff *skb, unsigned int len) in skb_gro_pull()
151 static inline void *skb_gro_header_fast(const struct sk_buff *skb, in skb_gro_header_fast()
157 static inline bool skb_gro_may_pull(const struct sk_buff *skb, in skb_gro_may_pull()
163 static inline void *skb_gro_header_slow(struct sk_buff *skb, unsigned int hlen, in skb_gro_header_slow()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c94 static __always_inline int __encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, in __encap_ipv4()
256 static __always_inline int encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, in encap_ipv4()
262 static __always_inline int __encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, in __encap_ipv6()
373 static int encap_ipv6_ipip6(struct __sk_buff *skb) in encap_ipv6_ipip6()
428 static __always_inline int encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, in encap_ipv6()
435 int __encap_ipip_none(struct __sk_buff *skb) in __encap_ipip_none()
444 int __encap_gre_none(struct __sk_buff *skb) in __encap_gre_none()
453 int __encap_gre_mpls(struct __sk_buff *skb) in __encap_gre_mpls()
462 int __encap_gre_eth(struct __sk_buff *skb) in __encap_gre_eth()
471 int __encap_udp_none(struct __sk_buff *skb) in __encap_udp_none()
[all …]
H A Dtest_tunnel_kern.c46 int gre_set_tunnel(struct __sk_buff *skb) in gre_set_tunnel()
68 int gre_set_tunnel_no_key(struct __sk_buff *skb) in gre_set_tunnel_no_key()
89 int gre_get_tunnel(struct __sk_buff *skb) in gre_get_tunnel()
105 int ip6gretap_set_tunnel(struct __sk_buff *skb) in ip6gretap_set_tunnel()
129 int ip6gretap_get_tunnel(struct __sk_buff *skb) in ip6gretap_get_tunnel()
148 int erspan_set_tunnel(struct __sk_buff *skb) in erspan_set_tunnel()
191 int erspan_get_tunnel(struct __sk_buff *skb) in erspan_get_tunnel()
227 int ip4ip6erspan_set_tunnel(struct __sk_buff *skb) in ip4ip6erspan_set_tunnel()
271 int ip4ip6erspan_get_tunnel(struct __sk_buff *skb) in ip4ip6erspan_get_tunnel()
308 int vxlan_set_tunnel_dst(struct __sk_buff *skb) in vxlan_set_tunnel_dst()
[all …]
H A Dtest_global_func3.c9 int f1(struct __sk_buff *skb) in f1()
15 int f2(int val, struct __sk_buff *skb) in f2()
21 int f3(int val, struct __sk_buff *skb, int var) in f3()
27 int f4(struct __sk_buff *skb) in f4()
33 int f5(struct __sk_buff *skb) in f5()
39 int f6(struct __sk_buff *skb) in f6()
45 int f7(struct __sk_buff *skb) in f7()
51 int f8(struct __sk_buff *skb) in f8()
58 int global_func3(struct __sk_buff *skb) in global_func3()
H A Dtest_global_func4.c9 int f1(struct __sk_buff *skb) in f1()
15 int f2(int val, struct __sk_buff *skb) in f2()
21 int f3(int val, struct __sk_buff *skb, int var) in f3()
27 int f4(struct __sk_buff *skb) in f4()
33 int f5(struct __sk_buff *skb) in f5()
39 int f6(struct __sk_buff *skb) in f6()
45 int f7(struct __sk_buff *skb) in f7()
52 int global_func4(struct __sk_buff *skb) in global_func4()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h235 ath10k_wmi_rx(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_rx()
267 ath10k_wmi_pull_scan(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_scan()
277 ath10k_wmi_pull_mgmt_tx_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_compl()
287 ath10k_wmi_pull_mgmt_tx_bundle_compl(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_tx_bundle_compl()
297 ath10k_wmi_pull_mgmt_rx(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_mgmt_rx()
307 ath10k_wmi_pull_ch_info(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_ch_info()
317 ath10k_wmi_pull_vdev_start(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_vdev_start()
327 ath10k_wmi_pull_peer_kick(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_peer_kick()
337 ath10k_wmi_pull_swba(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_swba()
347 ath10k_wmi_pull_phyerr_hdr(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_pull_phyerr_hdr()
[all …]
H A Dwmi.c1808 struct sk_buff *skb; in ath10k_wmi_alloc_skb() local
1825 static void ath10k_wmi_htc_tx_complete(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_htc_tx_complete()
1830 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_cmd_send_nowait()
1931 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send()
1974 struct sk_buff *skb; in ath10k_wmi_op_gen_mgmt_tx() local
2190 static int ath10k_wmi_op_pull_scan_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_scan_ev()
2209 int ath10k_wmi_event_scan(struct ath10k *ar, struct sk_buff *skb) in ath10k_wmi_event_scan()
2274 struct sk_buff *skb, in ath10k_wmi_handle_wep_reauth()
2304 static int ath10k_wmi_op_pull_mgmt_rx_ev(struct ath10k *ar, struct sk_buff *skb, in ath10k_wmi_op_pull_mgmt_rx_ev()
2356 struct sk_buff *skb, in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
[all …]
/linux/net/core/
H A Dskbuff.c198 static void skb_panic(struct sk_buff *skb, unsigned int sz, void *addr, in skb_panic()
208 static void skb_over_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_over_panic()
213 static void skb_under_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_under_panic()
297 struct sk_buff *skb; in napi_get_frags_check() local
343 struct sk_buff *skb; in napi_skb_cache_get() local
360 static inline void __finalize_skb_around(struct sk_buff *skb, void *data, in __finalize_skb_around()
385 static inline void *__slab_build_skb(struct sk_buff *skb, void *data, in __slab_build_skb()
410 struct sk_buff *skb; in slab_build_skb() local
426 static void __build_skb_around(struct sk_buff *skb, void *data, in __build_skb_around()
462 struct sk_buff *skb; in __build_skb() local
[all …]
/linux/net/bridge/
H A Dbr_netfilter_hooks.c70 #define IS_IP(skb) \ argument
73 #define IS_IPV6(skb) \ argument
76 #define IS_ARP(skb) \ argument
79 static inline __be16 vlan_proto(const struct sk_buff *skb) in vlan_proto()
89 static inline bool is_vlan_ip(const struct sk_buff *skb, const struct net *net) in is_vlan_ip()
96 static inline bool is_vlan_ipv6(const struct sk_buff *skb, in is_vlan_ipv6()
105 static inline bool is_vlan_arp(const struct sk_buff *skb, const struct net *net) in is_vlan_arp()
112 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto()
118 static inline bool is_pppoe_ip(const struct sk_buff *skb, const struct net *net) in is_pppoe_ip()
126 static inline bool is_pppoe_ipv6(const struct sk_buff *skb, in is_pppoe_ipv6()
[all …]
/linux/net/nfc/nci/
H A Drsp.c29 const struct sk_buff *skb) in nci_core_reset_rsp_packet()
48 const struct sk_buff *skb) in nci_core_init_rsp_packet_v1()
87 const struct sk_buff *skb) in nci_core_init_rsp_packet_v2()
124 static void nci_core_init_rsp_packet(struct nci_dev *ndev, const struct sk_buff *skb) in nci_core_init_rsp_packet()
166 const struct sk_buff *skb) in nci_core_set_config_rsp_packet()
176 const struct sk_buff *skb) in nci_rf_disc_map_rsp_packet()
186 const struct sk_buff *skb) in nci_rf_disc_rsp_packet()
217 const struct sk_buff *skb) in nci_rf_disc_select_rsp_packet()
229 const struct sk_buff *skb) in nci_rf_deactivate_rsp_packet()
245 const struct sk_buff *skb) in nci_nfcee_discover_rsp_packet()
[all …]
/linux/net/bluetooth/
H A Dhci_event.c50 static void *hci_ev_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, in hci_ev_skb_pull()
62 static void *hci_cc_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, in hci_cc_skb_pull()
74 static void *hci_le_ev_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, in hci_le_ev_skb_pull()
87 struct sk_buff *skb) in hci_cc_inquiry_cancel()
125 struct sk_buff *skb) in hci_cc_periodic_inq()
140 struct sk_buff *skb) in hci_cc_exit_periodic_inq()
155 struct sk_buff *skb) in hci_cc_remote_name_req_cancel()
165 struct sk_buff *skb) in hci_cc_role_discovery()
187 struct sk_buff *skb) in hci_cc_read_link_policy()
209 struct sk_buff *skb) in hci_cc_write_link_policy()
[all …]
/linux/net/ieee802154/6lowpan/
H A Drx.c21 static int lowpan_give_skb_to_device(struct sk_buff *skb) in lowpan_give_skb_to_device()
30 static int lowpan_rx_handlers_result(struct sk_buff *skb, lowpan_rx_result res) in lowpan_rx_handlers_result()
64 static lowpan_rx_result lowpan_rx_h_frag(struct sk_buff *skb) in lowpan_rx_h_frag()
83 int lowpan_iphc_decompress(struct sk_buff *skb) in lowpan_iphc_decompress()
93 static lowpan_rx_result lowpan_rx_h_iphc(struct sk_buff *skb) in lowpan_rx_h_iphc()
112 lowpan_rx_result lowpan_rx_h_ipv6(struct sk_buff *skb) in lowpan_rx_h_ipv6()
127 static lowpan_rx_result lowpan_rx_h_esc(struct sk_buff *skb) in lowpan_rx_h_esc()
143 static lowpan_rx_result lowpan_rx_h_hc1(struct sk_buff *skb) in lowpan_rx_h_hc1()
159 static lowpan_rx_result lowpan_rx_h_dff(struct sk_buff *skb) in lowpan_rx_h_dff()
175 static lowpan_rx_result lowpan_rx_h_bc0(struct sk_buff *skb) in lowpan_rx_h_bc0()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c62 nfp_ccm_mbox_msg_init(struct sk_buff *skb, unsigned int exp_reply, int max_len) in nfp_ccm_mbox_msg_init()
73 static int nfp_ccm_mbox_maxlen(const struct sk_buff *skb) in nfp_ccm_mbox_maxlen()
80 static bool nfp_ccm_mbox_done(struct sk_buff *skb) in nfp_ccm_mbox_done()
87 static bool nfp_ccm_mbox_in_progress(struct sk_buff *skb) in nfp_ccm_mbox_in_progress()
95 static void nfp_ccm_mbox_set_busy(struct sk_buff *skb) in nfp_ccm_mbox_set_busy()
102 static bool nfp_ccm_mbox_is_posted(struct sk_buff *skb) in nfp_ccm_mbox_is_posted()
109 static void nfp_ccm_mbox_mark_posted(struct sk_buff *skb) in nfp_ccm_mbox_mark_posted()
116 static bool nfp_ccm_mbox_is_first(struct nfp_net *nn, struct sk_buff *skb) in nfp_ccm_mbox_is_first()
121 static bool nfp_ccm_mbox_should_run(struct nfp_net *nn, struct sk_buff *skb) in nfp_ccm_mbox_should_run()
131 struct sk_buff *skb; in nfp_ccm_mbox_mark_next_runner() local
[all …]
/linux/samples/bpf/
H A Dtest_lwt_bpf.c29 int do_nop(struct __sk_buff *skb) in do_nop()
36 int do_test_ctx(struct __sk_buff *skb) in do_test_ctx()
49 int do_test_cb(struct __sk_buff *skb) in do_test_cb()
60 int do_test_data(struct __sk_buff *skb) in do_test_data()
84 static inline int rewrite(struct __sk_buff *skb, uint32_t old_ip, in rewrite()
141 int do_test_rewrite(struct __sk_buff *skb) in do_test_rewrite()
160 static inline int __do_push_ll_and_redirect(struct __sk_buff *skb) in __do_push_ll_and_redirect()
185 int do_push_ll_and_redirect_silent(struct __sk_buff *skb) in do_push_ll_and_redirect_silent()
191 int do_push_ll_and_redirect(struct __sk_buff *skb) in do_push_ll_and_redirect()
202 static inline void __fill_garbage(struct __sk_buff *skb) in __fill_garbage()
[all …]
/linux/net/openvswitch/
H A Dflow.c62 const struct sk_buff *skb) in ovs_flow_stats_update()
179 static int check_header(struct sk_buff *skb, int len) in check_header()
188 static bool arphdr_ok(struct sk_buff *skb) in arphdr_ok()
194 static int check_iphdr(struct sk_buff *skb) in check_iphdr()
213 static bool tcphdr_ok(struct sk_buff *skb) in tcphdr_ok()
229 static bool udphdr_ok(struct sk_buff *skb) in udphdr_ok()
235 static bool sctphdr_ok(struct sk_buff *skb) in sctphdr_ok()
241 static bool icmphdr_ok(struct sk_buff *skb) in icmphdr_ok()
273 static void get_ipv6_ext_hdrs(struct sk_buff *skb, struct ipv6hdr *nh, in get_ipv6_ext_hdrs()
385 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr()
[all …]
/linux/net/netfilter/
H A Dnf_flow_table_ip.c23 struct sk_buff *skb, unsigned int thoff) in nf_flow_state_check()
39 static void nf_flow_nat_ip_tcp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_tcp()
48 static void nf_flow_nat_ip_udp(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_ip_udp()
62 static void nf_flow_nat_ip_l4proto(struct sk_buff *skb, struct iphdr *iph, in nf_flow_nat_ip_l4proto()
77 struct sk_buff *skb, struct iphdr *iph, in nf_flow_snat_ip()
100 struct sk_buff *skb, struct iphdr *iph, in nf_flow_dnat_ip()
122 static void nf_flow_nat_ip(const struct flow_offload *flow, struct sk_buff *skb, in nf_flow_nat_ip()
141 static void nf_flow_tuple_encap(struct sk_buff *skb, in nf_flow_tuple_encap()
173 static int nf_flow_tuple_ip(struct nf_flowtable_ctx *ctx, struct sk_buff *skb, in nf_flow_tuple_ip()
246 static bool nf_flow_exceeds_mtu(const struct sk_buff *skb, unsigned int mtu) in nf_flow_exceeds_mtu()
[all …]
/linux/net/batman-adv/
H A Dmulticast_forw.c52 static void *batadv_mcast_forw_skb_push(struct sk_buff *skb, size_t size, in batadv_mcast_forw_skb_push()
70 batadv_mcast_forw_push_padding(struct sk_buff *skb, unsigned short *tvlv_len) in batadv_mcast_forw_push_padding()
97 batadv_mcast_forw_push_est_padding(struct sk_buff *skb, int count, in batadv_mcast_forw_push_est_padding()
150 struct sk_buff *skb, unsigned short vid, in batadv_mcast_forw_push_dest()
191 struct sk_buff *skb, in batadv_mcast_forw_push_dests_list()
230 batadv_mcast_forw_push_tt(struct batadv_priv *bat_priv, struct sk_buff *skb, in batadv_mcast_forw_push_tt()
277 struct sk_buff *skb, in batadv_mcast_forw_push_want_all()
323 struct sk_buff *skb, in batadv_mcast_forw_push_want_rtr()
367 static void batadv_mcast_forw_scrape(struct sk_buff *skb, in batadv_mcast_forw_scrape()
391 static void batadv_mcast_forw_push_scrape_padding(struct sk_buff *skb, in batadv_mcast_forw_push_scrape_padding()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c16 nfp_flower_cmsg_get_hdr(struct sk_buff *skb) in nfp_flower_cmsg_get_hdr()
26 struct sk_buff *skb; in nfp_flower_cmsg_alloc() local
47 struct sk_buff *skb; in nfp_flower_cmsg_mac_repr_start() local
62 nfp_flower_cmsg_mac_repr_add(struct sk_buff *skb, unsigned int idx, in nfp_flower_cmsg_mac_repr_add()
79 struct sk_buff *skb; in nfp_flower_cmsg_portmod() local
104 struct sk_buff *skb; in nfp_flower_cmsg_portreify() local
123 nfp_flower_process_mtu_ack(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_process_mtu_ack()
151 nfp_flower_cmsg_portmod_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_portmod_rx()
186 nfp_flower_cmsg_portreify_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_portreify_rx()
208 nfp_flower_cmsg_merge_hint_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_merge_hint_rx()
[all …]

12345678910>>...119