Home
last modified time | relevance | path

Searched defs:frametype (Results 1 – 19 of 19) sorted by relevance

/linux-3.4.99/net/rose/
Drose_in.c39 static int rose_state1_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state1_machine()
76 static int rose_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state2_machine()
104 static int rose_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr,… in rose_state3_machine()
214 static int rose_state4_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state4_machine()
251 static int rose_state5_machine(struct sock *sk, struct sk_buff *skb, int frametype) in rose_state5_machine()
266 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local
Drose_loopback.c72 unsigned short frametype; in rose_loopback_timer() local
Drose_link.c145 void rose_link_rx_restart(struct sk_buff *skb, struct rose_neigh *neigh, unsigned short frametype) in rose_link_rx_restart()
Drose_subr.c102 void rose_write_internal(struct sock *sk, int frametype) in rose_write_internal()
Drose_route.c860 unsigned short frametype; in rose_route_frame() local
/linux-3.4.99/net/ax25/
Dax25_std_in.c42 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state1_machine()
106 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state2_machine()
144 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state3_machine()
269 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state4_machine()
424 int queued = 0, frametype, ns, nr, pf; in ax25_std_frame_in() local
Dax25_ds_in.c35 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state1_machine()
103 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state2_machine()
148 static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr… in ax25_ds_state3_machine()
284 int queued = 0, frametype, ns, nr, pf; in ax25_ds_frame_in() local
Dax25_subr.c103 int frametype = AX25_ILLEGAL; in ax25_decode() local
150 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) in ax25_send_control()
/linux-3.4.99/net/netrom/
Dnr_in.c75 int frametype) in nr_state1_machine()
119 int frametype) in nr_state2_machine()
149 static int nr_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype) in nr_state3_machine()
283 int queued = 0, frametype; in nr_process_rx_frame() local
Dnr_out.c244 int frametype = NR_INFOACK; in nr_enquiry_response() local
Dnr_subr.c122 void nr_write_internal(struct sock *sk, int frametype) in nr_write_internal()
Daf_netrom.c872 unsigned short frametype, flags, window, timeout; in nr_rx_frame() local
/linux-3.4.99/net/x25/
Dx25_in.c90 static int x25_state1_machine(struct sock *sk, struct sk_buff *skb, int frametype) in x25_state1_machine()
169 static int x25_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype) in x25_state2_machine()
202 static int x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, … in x25_state3_machine()
338 static int x25_state4_machine(struct sock *sk, struct sk_buff *skb, int frametype) in x25_state4_machine()
382 int queued = 0, frametype, ns, nr, q, d, m; in x25_process_rx_frame() local
Dx25_dev.c32 unsigned short frametype; in x25_receive_data() local
Dx25_subr.c112 void x25_write_internal(struct sock *sk, int frametype) in x25_write_internal()
Dx25_link.c73 unsigned short frametype) in x25_link_control()
/linux-3.4.99/net/lapb/
Dlapb_subr.c228 void lapb_send_control(struct lapb_cb *lapb, int frametype, in lapb_send_control()
/linux-3.4.99/arch/cris/include/arch-v10/arch/
Dptrace.h59 unsigned long frametype; /* type of stackframe */ member
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c368 static u16 frametype(u32 rspec, u8 mimoframe) in frametype() function