Lines Matching refs:bc
309 int tcpdiag_bc_run(char *bc, int len, struct sock *sk) in tcpdiag_bc_run() argument
313 struct tcpdiag_bc_op *op = (struct tcpdiag_bc_op*)bc; in tcpdiag_bc_run()
381 bc += op->yes; in tcpdiag_bc_run()
384 bc += op->no; in tcpdiag_bc_run()
390 int valid_cc(char *bc, int len, int cc) in valid_cc() argument
393 struct tcpdiag_bc_op *op = (struct tcpdiag_bc_op*)bc; in valid_cc()
402 bc += op->yes; in valid_cc()
409 char *bc = bytecode; in tcpdiag_bc_audit() local
413 struct tcpdiag_bc_op *op = (struct tcpdiag_bc_op*)bc; in tcpdiag_bc_audit()
440 bc += op->yes; in tcpdiag_bc_audit()
452 struct rtattr *bc = NULL; in tcpdiag_dump() local
455 bc = (struct rtattr*)(r+1); in tcpdiag_dump()
480 if (bc && !tcpdiag_bc_run(RTA_DATA(bc), RTA_PAYLOAD(bc), sk)) in tcpdiag_dump()
519 if (bc && !tcpdiag_bc_run(RTA_DATA(bc), RTA_PAYLOAD(bc), sk)) in tcpdiag_dump()
541 if (bc && !tcpdiag_bc_run(RTA_DATA(bc), RTA_PAYLOAD(bc), sk)) in tcpdiag_dump()