tag | line | file | source code |
pf | 6 | net/802/llc.c | int llc_rx_adm(struct sock *sk,struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
pf | 11 | net/802/llc.c | send_response(sk,DM|pf); |
pf | 15 | net/802/llc.c | send_response(sk. DM|pf); |
pf | 21 | net/802/llc.c | send_response(sk, UA|pf); |
pf | 30 | net/802/llc.c | else if(pf) |
pf | 36 | net/802/llc.c | int llc_rx_setup(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
pf | 44 | net/802/llc.c | send_response(sk, UA|pf); |
pf | 48 | net/802/llc.c | send_response(sk, DM|pf); |
pf | 55 | net/802/llc.c | if(cmd==UA && pf==sk->llc.p_flag) |
pf | 59 | net/802/llc.c | llc_update_p_flag(sk,pf); |
pf | 70 | net/802/llc.c | int llc_rx_reset(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
pf | 78 | net/802/llc.c | send_response(sk, UA|pf); |
pf | 86 | net/802/llc.c | send_response(sk, DM|pf); |
pf | 94 | net/802/llc.c | if(sk->llc.p_flag==pf) |
pf | 99 | net/802/llc.c | llc_update_p_flag(sk,pf); |
pf | 114 | net/802/llc.c | int llc_rx_d_conn(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
pf | 125 | net/802/llc.c | send_response(UA|pf); |
pf | 128 | net/802/llc.c | else if(pf) |
pf | 133 | net/802/llc.c | if(cmd==UA && pf==sk->llc.p_flag) |
pf | 150 | net/802/llc.c | int llc_rx_error(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
pf | 158 | net/802/llc.c | send_response(sk, UA|pf); |
pf | 166 | net/802/llc.c | send_response(sk, UA|pf); |
pf | 171 | net/802/llc.c | llc_resend_frmr_rsp(sk,pf); |
pf | 184 | net/802/llc.c | sk->llc.p_flag=pf; |
pf | 199 | net/802/llc.c | int llc_rx_nr_shared(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
pf | 208 | net/802/llc.c | send_response(sk,DM|pf); |
pf | 214 | net/802/llc.c | send_response(sk,UA|pf); |
pf | 224 | net/802/llc.c | llc_send_frmr_response(sk, ILLEGAL_TYPE,pf); |
pf | 241 | net/802/llc.c | send_command(sk, DM|pf); |
pf | 242 | net/802/llc.c | sk->llc.p_flag=pf; |
pf | 260 | net/802/llc.c | llc_send_frmr_response(sk, UNEXPECTED_CONTROL, pf); |
pf | 264 | net/802/llc.c | else if(pf==1 && sk->llc.p_flag==0) |
pf | 266 | net/802/llc.c | llc_send_frmr_response(sk, UNEXPECTED_RESPONSE, pf); |
pf | 272 | net/802/llc.c | llc_send_frmr_response(sk, ILLEGAL_TYPE,pf); |
pf | 288 | net/802/llc.c | int llc_rx_normal(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns) |
pf | 290 | net/802/llc.c | if(llc_rx_nr_shared(sk, skb, type, cmd, pf, nr, ns)) |
pf | 296 | net/802/llc.c | if((type==RESP && sk->llc.p_flag==pf)||(type==CMD && pf==0 && sk->llc.p_flag==0)) |
pf | 306 | net/802/llc.c | else if((type==CMD && !pf && sk->llc.p_flag==1) || (type==RESP && !pf && sk->llc.p_flag==1)) |
pf | 317 | net/802/llc.c | else if(pf && type==CMD) |
pf | 331 | net/802/llc.c | if(sk->llc.p_flag==pf && !(type==CMD && pf)) |
pf | 341 | net/802/llc.c | else if(sk->ppc.p_flag!=pf) |
pf | 354 | net/802/llc.c | else if(pf) |
pf | 370 | net/802/llc.c | if(type==CMD || (type==RESP && (!pf || pf==1 && sk->llc.p_flag==1))) |
pf | 372 | net/802/llc.c | llc_update_p_flag(sk,pf); |
pf | 386 | net/802/llc.c | else if(type==cmd && pf) |
pf | 106 | net/ax25/ax25_in.c | int pf = skb->data[0] & PF; |
pf | 110 | net/ax25/ax25_in.c | ax25_send_control(ax25, UA | pf, C_RESPONSE); |
pf | 114 | net/ax25/ax25_in.c | ax25_send_control(ax25, DM | pf, C_RESPONSE); |
pf | 118 | net/ax25/ax25_in.c | if (pf) { |
pf | 137 | net/ax25/ax25_in.c | if (pf) { |
pf | 164 | net/ax25/ax25_in.c | int pf = skb->data[0] & PF; |
pf | 168 | net/ax25/ax25_in.c | ax25_send_control(ax25, DM | pf, C_RESPONSE); |
pf | 172 | net/ax25/ax25_in.c | ax25_send_control(ax25, UA | pf, C_RESPONSE); |
pf | 176 | net/ax25/ax25_in.c | if (pf) { |
pf | 189 | net/ax25/ax25_in.c | if (pf) { |
pf | 205 | net/ax25/ax25_in.c | if (pf) |
pf | 225 | net/ax25/ax25_in.c | int pf = skb->data[0] & PF; |
pf | 230 | net/ax25/ax25_in.c | ax25_send_control(ax25, UA | pf, C_RESPONSE); |
pf | 241 | net/ax25/ax25_in.c | ax25_send_control(ax25, UA | pf, C_RESPONSE); |
pf | 273 | net/ax25/ax25_in.c | ax25_check_need_response(ax25, type, pf); |
pf | 284 | net/ax25/ax25_in.c | ax25_check_need_response(ax25, type, pf); |
pf | 295 | net/ax25/ax25_in.c | ax25_check_need_response(ax25, type, pf); |
pf | 321 | net/ax25/ax25_in.c | if (pf) ax25_enquiry_response(ax25); |
pf | 327 | net/ax25/ax25_in.c | if (pf) ax25_enquiry_response(ax25); |
pf | 332 | net/ax25/ax25_in.c | if (pf) { |
pf | 342 | net/ax25/ax25_in.c | if (pf) ax25_enquiry_response(ax25); |
pf | 345 | net/ax25/ax25_in.c | ax25_send_control(ax25, REJ | pf, C_RESPONSE); |
pf | 373 | net/ax25/ax25_in.c | int pf = skb->data[0] & PF; |
pf | 378 | net/ax25/ax25_in.c | ax25_send_control(ax25, UA | pf, C_RESPONSE); |
pf | 391 | net/ax25/ax25_in.c | ax25_send_control(ax25, UA | pf, C_RESPONSE); |
pf | 423 | net/ax25/ax25_in.c | if (type == C_RESPONSE && pf) { |
pf | 438 | net/ax25/ax25_in.c | if (type == C_COMMAND && pf) |
pf | 450 | net/ax25/ax25_in.c | if (type == C_RESPONSE && pf) { |
pf | 465 | net/ax25/ax25_in.c | if (type == C_COMMAND && pf) |
pf | 477 | net/ax25/ax25_in.c | if (type == C_RESPONSE && pf) { |
pf | 492 | net/ax25/ax25_in.c | if (type == C_COMMAND && pf) |
pf | 512 | net/ax25/ax25_in.c | if (pf) ax25_enquiry_response(ax25); |
pf | 518 | net/ax25/ax25_in.c | if (pf) ax25_enquiry_response(ax25); |
pf | 523 | net/ax25/ax25_in.c | if (pf) { |
pf | 533 | net/ax25/ax25_in.c | if (pf) ax25_enquiry_response(ax25); |
pf | 536 | net/ax25/ax25_in.c | ax25_send_control(ax25, REJ | pf, C_RESPONSE); |
pf | 236 | net/ax25/ax25_out.c | void ax25_check_need_response(ax25_cb *ax25, int type, int pf) |
pf | 238 | net/ax25/ax25_out.c | if (type == C_COMMAND && pf) |