Home
last modified time | relevance | path

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

1234567

/net/ieee802154/
Dheader_ops.c25 int pos = 0; in ieee802154_hdr_push_addr() local
56 int pos = 5; in ieee802154_hdr_push_sechdr() local
88 int pos = 2; in ieee802154_hdr_push() local
134 int pos = 0; in ieee802154_hdr_get_addr() local
170 int pos = 5; in ieee802154_hdr_get_sechdr() local
227 int pos = 0; in ieee802154_hdr_get_addrs() local
243 int pos = 3, rc; in ieee802154_hdr_pull() local
274 int pos = 3, rc; in ieee802154_hdr_peek_addrs() local
294 int pos; in ieee802154_hdr_peek() local
/net/appletalk/
Datalk_proc.c20 static __inline__ struct atalk_iface *atalk_get_interface_idx(loff_t pos) in atalk_get_interface_idx()
30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
81 static __inline__ struct atalk_route *atalk_get_route_idx(loff_t pos) in atalk_get_route_idx()
91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
/net/ipx/
Dipx_proc.c17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) in ipx_seq_interface_start()
23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_interface_next()
63 static void *ipx_seq_route_start(struct seq_file *seq, loff_t *pos) in ipx_seq_route_start()
69 static void *ipx_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_route_next()
103 static __inline__ struct sock *ipx_get_socket_idx(loff_t pos) in ipx_get_socket_idx()
127 static void *ipx_seq_socket_start(struct seq_file *seq, loff_t *pos) in ipx_seq_socket_start()
135 static void *ipx_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_socket_next()
/net/core/
Dnet-procfs.c15 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket()
31 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket()
52 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
118 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online()
131 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
136 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
210 static void *ptype_get_idx(loff_t pos) in ptype_get_idx()
232 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
239 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
/net/x25/
Dx25_proc.c30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c67 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx()
77 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start()
84 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next()
249 static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos) in ct_expect_get_idx()
259 static void *exp_seq_start(struct seq_file *seq, loff_t *pos) in exp_seq_start()
266 static void *exp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in exp_seq_next()
324 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start()
342 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next()
/net/sctp/
Dulpqueue.c284 struct sk_buff *pos; in sctp_ulpq_store_reasm() local
330 struct sk_buff *pos; in sctp_make_reassembled_event() local
408 struct sk_buff *pos; in sctp_ulpq_retrieve_reassembled() local
517 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_partial() local
617 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_first() local
695 struct sk_buff *pos, *tmp; in sctp_ulpq_reasm_flushtsn() local
757 struct sk_buff *pos, *tmp; in sctp_ulpq_retrieve_ordered() local
798 struct sk_buff *pos; in sctp_ulpq_store_ordered() local
884 struct sk_buff *pos, *tmp; in sctp_ulpq_reap_ordered() local
Dproc.c180 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start()
199 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next()
285 static void *sctp_assocs_seq_start(struct seq_file *seq, loff_t *pos) in sctp_assocs_seq_start()
308 static void *sctp_assocs_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_assocs_seq_next()
410 static void *sctp_remaddr_seq_start(struct seq_file *seq, loff_t *pos) in sctp_remaddr_seq_start()
425 static void *sctp_remaddr_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_remaddr_seq_next()
Dobjcnt.c91 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start()
100 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
/net/mac80211/
Dmesh.c256 u8 *pos, neighbors; in mesh_add_meshconf_ie() local
298 u8 *pos; in mesh_add_meshid_ie() local
316 u8 *pos; in mesh_add_awake_window_ie() local
387 u8 *pos; in mesh_add_ds_params_ie() local
415 u8 *pos; in mesh_add_ht_cap_ie() local
443 u8 *pos; in mesh_add_ht_oper_ie() local
614 u8 *pos; in ieee80211_mesh_build_beacon() local
952 u8 *pos; in ieee80211_mesh_rx_probe_req() local
1114 u8 *pos = mgmt->u.action.u.chan_switch.variable; in mesh_fwd_csa_frame() local
1148 u8 *pos; in mesh_rx_csa_frame() local
Dtkip.c69 static u8 *write_tkip_iv(u8 *pos, u16 iv16) in write_tkip_iv()
145 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key *key) in ieee80211_tkip_add_iv()
250 u8 rc4key[16], keyid, *pos = payload; in ieee80211_tkip_decrypt_data() local
/net/irda/
Ddiscovery.c321 static inline discovery_t *discovery_seq_idx(loff_t pos) in discovery_seq_idx()
336 static void *discovery_seq_start(struct seq_file *seq, loff_t *pos) in discovery_seq_start()
342 static void *discovery_seq_next(struct seq_file *seq, void *v, loff_t *pos) in discovery_seq_next()
/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/netfilter/
Dnf_conntrack_standalone.c89 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx()
99 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start()
109 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next()
273 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start()
291 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next()
Dxt_policy.c61 int i, pos; in match_policy_in() local
91 int i, pos; in match_policy_out() local
/net/sunrpc/auth_gss/
Dgss_mech_switch.c152 struct gss_api_mech *pos, *gm = NULL; in _gss_mech_get_by_name() local
181 struct gss_api_mech *pos, *gm = NULL; in gss_mech_get_by_OID() local
217 struct gss_api_mech *gm = NULL, *pos; in _gss_mech_get_by_pseudoflavor() local
257 struct gss_api_mech *pos = NULL; in gss_mech_list_pseudoflavors() 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.c96 u8 *pos; in lib80211_wep_build_iv() local
138 u8 *pos, *icv; in lib80211_wep_encrypt() local
186 u8 keyidx, *pos, icv[4]; in lib80211_wep_decrypt() local
Dlib80211_crypt_ccmp.c115 u8 *pos, qc = 0; in ccmp_init_blocks() local
186 u8 *pos; in lib80211_ccmp_hdr() local
222 u8 *pos, *mic; in lib80211_ccmp_encrypt() local
288 u8 keyidx, *pos; in lib80211_ccmp_decrypt() local
/net/xfrm/
Dxfrm_replay.c199 u32 pos; in xfrm_replay_check_bmp() local
244 u32 pos; in xfrm_replay_advance_bmp() local
438 u32 pos; in xfrm_replay_check_esn() local
507 u32 diff, pos, seq, seq_hi; in xfrm_replay_advance_esn() local
/net/ax25/
Dax25_uid.c150 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start()
157 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next()
/net/rose/
Drose_route.c1086 static void *rose_node_start(struct seq_file *seq, loff_t *pos) in rose_node_start()
1102 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next()
1165 static void *rose_neigh_start(struct seq_file *seq, loff_t *pos) in rose_neigh_start()
1181 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next()
1250 static void *rose_route_start(struct seq_file *seq, loff_t *pos) in rose_route_start()
1266 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next()
/net/phonet/
Dsocket.c540 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx()
571 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start()
578 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next()
729 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx()
760 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start()
767 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next()
/net/rxrpc/
Dar-proc.c37 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next()
119 loff_t *pos) in rxrpc_connection_seq_next()
/net/mac802154/
Dllsec.c226 struct ieee802154_llsec_key_entry *pos, *new; in mac802154_llsec_key_add() local
280 struct ieee802154_llsec_key_entry *pos; in mac802154_llsec_key_del() local
347 struct ieee802154_llsec_device_key *pos, *pn; in llsec_dev_free() local
401 struct mac802154_llsec_device *pos; in mac802154_llsec_dev_del() local
484 struct ieee802154_llsec_seclevel *pos; in llsec_find_seclevel() local
523 struct mac802154_llsec_seclevel *pos; in mac802154_llsec_seclevel_del() local

1234567