Searched refs:bc (Results 1 - 7 of 7) sorted by relevance

/net/ipv4/
H A Dtcp_diag.c37 struct inet_diag_req_v2 *r, struct nlattr *bc)
39 inet_diag_dump_icsk(&tcp_hashinfo, skb, cb, r, bc);
36 tcp_diag_dump(struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, struct nlattr *bc) argument
H A Dudp_diag.c22 struct nlattr *bc)
24 if (!inet_diag_bc_sk(bc, sk))
94 struct inet_diag_req_v2 *r, struct nlattr *bc)
130 if (sk_diag_dump(sk, skb, cb, r, bc) < 0) {
145 struct inet_diag_req_v2 *r, struct nlattr *bc)
147 udp_dump(&udp_table, skb, cb, r, bc);
171 struct inet_diag_req_v2 *r, struct nlattr *bc)
173 udp_dump(&udplite_table, skb, cb, r, bc);
20 sk_diag_dump(struct sock *sk, struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *req, struct nlattr *bc) argument
93 udp_dump(struct udp_table *table, struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, struct nlattr *bc) argument
144 udp_diag_dump(struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, struct nlattr *bc) argument
170 udplite_diag_dump(struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, struct nlattr *bc) argument
H A Dinet_diag.c405 const void *bc = nla_data(_bc); local
410 const struct inet_diag_bc_op *op = bc;
478 bc += op->yes;
481 bc += op->no;
487 int inet_diag_bc_sk(const struct nlattr *bc, struct sock *sk) argument
492 if (bc == NULL)
511 return inet_diag_bc_run(bc, &entry);
515 static int valid_cc(const void *bc, int len, int cc) argument
518 const struct inet_diag_bc_op *op = bc;
527 bc
583 const void *bc = bytecode; local
628 inet_csk_diag_dump(struct sock *sk, struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, const struct nlattr *bc) argument
643 inet_twsk_diag_dump(struct sock *sk, struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, const struct nlattr *bc) argument
764 inet_diag_dump_reqs(struct sk_buff *skb, struct sock *sk, struct netlink_callback *cb, struct inet_diag_req_v2 *r, const struct nlattr *bc) argument
837 inet_diag_dump_icsk(struct inet_hashinfo *hashinfo, struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, struct nlattr *bc) argument
975 __inet_diag_dump(struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, struct nlattr *bc) argument
993 struct nlattr *bc = NULL; local
1018 struct nlattr *bc = NULL; local
[all...]
/net/dccp/
H A Ddiag.c52 struct inet_diag_req_v2 *r, struct nlattr *bc)
54 inet_diag_dump_icsk(&dccp_hashinfo, skb, cb, r, bc);
51 dccp_diag_dump(struct sk_buff *skb, struct netlink_callback *cb, struct inet_diag_req_v2 *r, struct nlattr *bc) argument
/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c150 int bc; local
164 for (bc = xdr_off, xdr_sge_no = 1; bc && xdr_sge_no < vec->count;
166 if (vec->sge[xdr_sge_no].iov_len > bc)
168 bc -= vec->sge[xdr_sge_no].iov_len;
171 sge_off = bc;
172 bc = write_len;
176 while (bc != 0) {
178 bc, vec->sge[xdr_sge_no].iov_len-sge_off);
194 bc
[all...]
H A Dsvc_rdma_recvfrom.c64 u32 bc; local
80 bc = byte_count - rqstp->rq_arg.head[0].iov_len;
83 rqstp->rq_arg.page_len = bc;
87 while (bc && sge_no < ctxt->count) {
91 bc -= min_t(u32, bc, ctxt->sge[sge_no].length);
101 BUG_ON(bc && (sge_no == ctxt->count));
107 bc = sge_no;
112 ctxt->count = bc;
/net/tipc/
H A Dbcast.c412 int bc = 0; local
432 bc = 1;
437 if (unlikely(!bc))

Completed in 73 milliseconds