Home
last modified time | relevance | path

Searched defs:lci (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/net/x25/
H A Dx25_dev.c30 unsigned int lci; in x25_receive_data() local
H A Dx25_forward.c92 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { in x25_forward_data() argument
132 void x25_clear_forward_by_lci(unsigned int lci) in x25_clear_forward_by_lci() argument
17 x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, struct sk_buff *skb, int lci) x25_forward_call() argument
[all...]
H A Dx25_link.c165 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request() argument
H A Daf_x25.c318 static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb) in __x25_find_socket() argument
332 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket() argument
347 unsigned int lci = 1; in x25_new_lci() local
945 x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, unsigned int lci) x25_rx_call_request() argument
[all...]
/kernel/linux/linux-6.6/net/x25/
H A Dx25_dev.c30 unsigned int lci; in x25_receive_data() local
H A Dx25_forward.c90 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { in x25_forward_data() argument
128 void x25_clear_forward_by_lci(unsigned int lci) in x25_clear_forward_by_lci() argument
17 x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, struct sk_buff *skb, int lci) x25_forward_call() argument
[all...]
H A Dx25_link.c185 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request() argument
H A Daf_x25.c308 static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb) in __x25_find_socket() argument
322 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket() argument
337 unsigned int lci = 1; in x25_new_lci() local
940 x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, unsigned int lci) x25_rx_call_request() argument
[all...]
/kernel/linux/linux-5.10/net/rose/
H A Drose_link.c233 void rose_transmit_clear_request(struct rose_neigh *neigh, unsigned int lci, unsigned char cause, unsigned char diagnostic) in rose_transmit_clear_request() argument
H A Drose_route.c661 struct rose_route *rose_route_free_lci(unsigned int lci, struct rose_neigh *neigh) in rose_route_free_lci() argument
861 unsigned int lci, new_lci; in rose_route_frame() local
[all...]
H A Daf_rose.c300 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() argument
322 int lci; in rose_new_lci() local
1013 rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct rose_neigh *neigh, unsigned int lci) rose_rx_call_request() argument
[all...]
/kernel/linux/linux-6.6/net/rose/
H A Drose_link.c233 void rose_transmit_clear_request(struct rose_neigh *neigh, unsigned int lci, unsigned char cause, unsigned char diagnostic) in rose_transmit_clear_request() argument
H A Drose_route.c665 struct rose_route *rose_route_free_lci(unsigned int lci, struct rose_neigh *neigh) in rose_route_free_lci() argument
865 unsigned int lci, new_lci; in rose_route_frame() local
[all...]
H A Daf_rose.c301 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() argument
323 int lci; in rose_new_lci() local
1017 rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct rose_neigh *neigh, unsigned int lci) rose_rx_call_request() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dneighbor_db.c66 hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid, const struct wpa_ssid_value *ssid, const struct wpabuf *nr, const struct wpabuf *lci, const struct wpabuf *civic, int stationary) hostapd_neighbor_set() argument
H A Dap_rrm.c287 u8 lci = 0, civic = 0; /* Measurement tokens */ in hostapd_handle_nei_report_req() local
199 hostapd_send_nei_report_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, struct wpa_ssid_value *ssid, u8 lci, u8 civic, u16 lci_max_age) hostapd_send_nei_report_resp() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dneighbor_db.c50 char lci[2 * 255 + 1]; in hostapd_neighbor_show() local
121 hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid, const struct wpa_ssid_value *ssid, const struct wpabuf *nr, const struct wpabuf *lci, const struct wpabuf *civic, int stationary, u8 bss_parameters) hostapd_neighbor_set() argument
[all...]
H A Dap_rrm.c287 u8 lci = 0, civic = 0; /* Measurement tokens */ in hostapd_handle_nei_report_req() local
199 hostapd_send_nei_report_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, struct wpa_ssid_value *ssid, u8 lci, u8 civic, u16 lci_max_age) hostapd_send_nei_report_resp() argument
[all...]
H A Drrm.c287 u8 lci = 0, civic = 0; /* Measurement tokens */ in hostapd_handle_nei_report_req() local
199 hostapd_send_nei_report_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, struct wpa_ssid_value *ssid, u8 lci, u8 civic, u16 lci_max_age) hostapd_send_nei_report_resp() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1186 const u8 *ies, *lci, *civic, *msr_ie; in iwl_mvm_ftm_lc_notif() local
/kernel/linux/linux-5.10/include/net/
H A Drose.h135 unsigned int lci, rand; member
H A Dx25.h154 unsigned int lci, cudmatchlength; member
174 unsigned int lci; member
/kernel/linux/linux-6.6/include/net/
H A Drose.h137 unsigned int lci, rand; member
H A Dx25.h154 unsigned int lci, cudmatchlength; member
174 unsigned int lci; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1359 const u8 *ies, *lci, *civic, *msr_ie; in iwl_mvm_ftm_lc_notif() local

Completed in 18 milliseconds

12