Home
last modified time | relevance | path

Searched defs:ae (Results 1 – 3 of 3) sorted by relevance

/net/can/
Disotp.c199 static int isotp_send_fc(struct sock *sk, int ae, u8 flowstatus) in isotp_send_fc()
348 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc()
462 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff()
525 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf()
624 int ae = (so->opt.flags & CAN_ISOTP_EXTEND_ADDR) ? 1 : 0; in isotp_rcv() local
706 int ae, int off) in isotp_fill_dataframe()
743 int ae = (so->opt.flags & CAN_ISOTP_EXTEND_ADDR) ? 1 : 0; in isotp_send_cframe() local
794 int ae) in isotp_create_fframe()
919 int ae = (so->opt.flags & CAN_ISOTP_EXTEND_ADDR) ? 1 : 0; in isotp_sendmsg() local
/net/mac80211/
Dmesh_hwmp.c23 static inline u32 u32_field_get(const u8 *preq_elem, int offset, bool ae) in u32_field_get()
30 static inline u16 u16_field_get(const u8 *preq_elem, int offset, bool ae) in u16_field_get()
/net/wireless/
Dutil.c523 int ae = flags & MESH_FLAGS_AE; in __ieee80211_get_mesh_hdrlen() local