Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 158) sorted by relevance

1234567

/net/ieee802154/
Dheader_ops.c18 int pos = 0; in ieee802154_hdr_push_addr() local
49 int pos = 5; in ieee802154_hdr_push_sechdr() local
81 int pos = 2; in ieee802154_hdr_push() local
127 int pos = 0; in ieee802154_hdr_get_addr() local
163 int pos = 5; in ieee802154_hdr_get_sechdr() local
220 int pos = 0; in ieee802154_hdr_get_addrs() local
236 int pos = 3, rc; in ieee802154_hdr_pull() local
267 int pos = 3, rc; in ieee802154_hdr_peek_addrs() local
287 int pos; in ieee802154_hdr_peek() local
/net/appletalk/
Datalk_proc.c17 static __inline__ struct atalk_iface *atalk_get_interface_idx(loff_t pos) in atalk_get_interface_idx()
27 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
36 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
78 static __inline__ struct atalk_route *atalk_get_route_idx(loff_t pos) in atalk_get_route_idx()
88 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
97 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
145 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
152 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
/net/core/
Dnet-procfs.c16 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket()
32 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket()
53 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
66 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
119 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online()
132 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
137 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
185 static void *ptype_get_idx(loff_t pos) in ptype_get_idx()
207 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
214 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
/net/x25/
Dx25_proc.c25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
113 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
120 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
/net/sctp/
Dstream_interleave.c128 struct sk_buff *pos, *loc; in sctp_intl_store_reasm() local
188 struct sk_buff *pos; in sctp_intl_retrieve_partial() local
263 struct sk_buff *pos, *first_frag = NULL; in sctp_intl_retrieve_reassembled() local
378 struct sk_buff *pos, *loc; in sctp_intl_store_ordered() local
424 struct sk_buff *pos, *tmp; in sctp_intl_retrieve_ordered() local
521 struct sk_buff *pos; in sctp_intl_store_reasm_uo() local
574 struct sk_buff *pos; in sctp_intl_retrieve_partial_uo() local
652 struct sk_buff *pos, *first_frag = NULL; in sctp_intl_retrieve_reassembled_uo() local
770 struct sk_buff *pos; in sctp_intl_retrieve_first_uo() local
876 struct sk_buff *pos; in sctp_intl_retrieve_first() local
[all …]
Dulpqueue.c276 struct sk_buff *pos; in sctp_ulpq_store_reasm() local
323 struct sk_buff *pos; in sctp_make_reassembled_event() local
401 struct sk_buff *pos; in sctp_ulpq_retrieve_reassembled() local
510 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_partial() local
610 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_first() local
688 struct sk_buff *pos, *tmp; in sctp_ulpq_reasm_flushtsn() local
750 struct sk_buff *pos, *tmp; in sctp_ulpq_retrieve_ordered() local
791 struct sk_buff *pos; in sctp_ulpq_store_ordered() local
877 struct sk_buff *pos, *tmp; in sctp_ulpq_reap_ordered() local
Dproc.c132 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start()
151 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next()
205 static void *sctp_transport_seq_start(struct seq_file *seq, loff_t *pos) in sctp_transport_seq_start()
221 static void *sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_transport_seq_next()
Dobjcnt.c74 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start()
83 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
/net/mac80211/
Dmesh.c252 u8 *pos, neighbors; in mesh_add_meshconf_ie() local
297 u8 *pos; in mesh_add_meshid_ie() local
315 u8 *pos; in mesh_add_awake_window_ie() local
386 u8 *pos; in mesh_add_ds_params_ie() local
412 u8 *pos; in mesh_add_ht_cap_ie() local
441 u8 *pos; in mesh_add_ht_oper_ie() local
476 u8 *pos; in mesh_add_vht_cap_ie() local
505 u8 *pos; in mesh_add_vht_oper_ie() local
540 u8 *pos; in mesh_add_he_cap_ie() local
568 u8 *pos; in mesh_add_he_oper_ie() local
[all …]
Dtdls.c55 u8 *pos = skb_put(skb, 10); in ieee80211_tdls_add_ext_capab() local
106 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_subband() local
117 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_subband() local
136 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_supp_channels() local
158 u8 *pos; in ieee80211_tdls_add_oper_classes() local
175 u8 *pos = skb_put(skb, 3); in ieee80211_tdls_add_bss_coex_ie() local
230 u8 *pos = skb_put(skb, 4); in ieee80211_tdls_add_aid() local
373 u8 *pos; in ieee80211_tdls_add_setup_start_ies() local
553 u8 *pos; in ieee80211_tdls_add_setup_cfm_ies() local
1498 u8 *pos = extra_ies; in ieee80211_tdls_ch_sw_tmpl_get() local
Dtkip.c67 static u8 *write_tkip_iv(u8 *pos, u16 iv16) in write_tkip_iv()
143 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key_conf *keyconf, u64 pn) in ieee80211_tkip_add_iv()
247 u8 rc4key[16], keyid, *pos = payload; in ieee80211_tkip_decrypt_data() local
/net/llc/
Dllc_proc.c34 static struct sock *llc_get_sk_idx(loff_t pos) in llc_get_sk_idx()
59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) in llc_seq_start()
80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next()
/net/sunrpc/
Dxprtmultipath.c207 struct rpc_xprt *pos; in xprt_switch_find_first_entry() local
230 struct rpc_xprt *pos; in xprt_switch_find_current_entry() local
260 struct rpc_xprt *pos; in rpc_xprt_switch_has_addr() local
280 struct rpc_xprt *pos, *prev = NULL; in xprt_switch_find_next_entry() local
298 struct rpc_xprt *pos, *old; in xprt_switch_set_next_cursor() local
/net/wireless/
Dwext-proc.c90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) in wireless_dev_seq_start()
107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in wireless_dev_seq_next()
Dlib80211_crypt_wep.c68 u8 *pos; in lib80211_wep_build_iv() local
109 u8 *pos, *icv; in lib80211_wep_encrypt() local
156 u8 keyidx, *pos, icv[4]; in lib80211_wep_decrypt() local
/net/rose/
Drose_route.c1089 static void *rose_node_start(struct seq_file *seq, loff_t *pos) in rose_node_start()
1105 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next()
1155 static void *rose_neigh_start(struct seq_file *seq, loff_t *pos) in rose_neigh_start()
1171 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next()
1226 static void *rose_route_start(struct seq_file *seq, loff_t *pos) in rose_route_start()
1242 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next()
/net/ax25/
Dax25_uid.c146 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start()
153 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next()
/net/sunrpc/auth_gss/
Dgss_mech_switch.c127 struct gss_api_mech *pos, *gm = NULL; in _gss_mech_get_by_name() local
156 struct gss_api_mech *pos, *gm = NULL; in gss_mech_get_by_OID() local
192 struct gss_api_mech *gm = NULL, *pos; in _gss_mech_get_by_pseudoflavor() local
232 struct gss_api_mech *pos = NULL; in gss_mech_list_pseudoflavors() local
/net/phonet/
Dsocket.c530 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx()
561 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start()
568 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next()
705 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx()
736 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start()
743 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next()
/net/kcm/
Dkcmproc.c35 static struct kcm_mux *kcm_get_idx(struct seq_file *seq, loff_t pos) in kcm_get_idx()
49 static void *kcm_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kcm_seq_next()
61 static void *kcm_seq_start(struct seq_file *seq, loff_t *pos) in kcm_seq_start()
/net/xfrm/
Dxfrm_replay.c190 u32 pos; in xfrm_replay_check_bmp() local
235 u32 pos; in xfrm_replay_advance_bmp() local
429 u32 pos; in xfrm_replay_check_esn() local
498 u32 diff, pos, seq, seq_hi; in xfrm_replay_advance_esn() local
/net/ipv4/
Dipmr_base.c114 void *mr_vif_seq_idx(struct net *net, struct mr_vif_iter *iter, loff_t pos) in mr_vif_seq_idx()
128 void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos) in mr_vif_seq_next()
148 struct mr_mfc_iter *it, loff_t pos) in mr_mfc_seq_idx()
173 loff_t *pos) in mr_mfc_seq_next()
/net/mac802154/
Dllsec.c217 struct ieee802154_llsec_key_entry *pos, *new; in mac802154_llsec_key_add() local
271 struct ieee802154_llsec_key_entry *pos; in mac802154_llsec_key_del() local
336 struct ieee802154_llsec_device_key *pos, *pn; in llsec_dev_free() local
390 struct mac802154_llsec_device *pos; in mac802154_llsec_dev_del() local
470 struct ieee802154_llsec_seclevel *pos; in llsec_find_seclevel() local
509 struct mac802154_llsec_seclevel *pos; in mac802154_llsec_seclevel_del() local
/net/netfilter/
Dxt_policy.c58 int i, pos; in match_policy_in() local
88 int i, pos; in match_policy_out() local
/net/8021q/
Dvlanproc.c167 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start()
189 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next()

1234567