Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 126) sorted by relevance

123456

/net/netfilter/
Dnf_conntrack_amanda.c94 unsigned int dataoff, start, stop, off, i; in amanda_help() local
124 stop = skb_find_text(skb, start, skb->len, in amanda_help()
126 if (stop == UINT_MAX) in amanda_help()
128 stop += start; in amanda_help()
132 off = skb_find_text(skb, start, stop, search[i].ts, &ts); in amanda_help()
137 len = min_t(unsigned int, sizeof(pbuf) - 1, stop - off); in amanda_help()
/net/netfilter/ipvs/
Dip_vs_wrr.c168 struct ip_vs_dest *dest, *last, *stop = NULL; in ip_vs_wrr_schedule() local
188 if (dest == stop) in ip_vs_wrr_schedule()
212 stop = last; in ip_vs_wrr_schedule()
Dip_vs_rr.c80 goto stop; in ip_vs_rr_schedule()
88 stop: in ip_vs_rr_schedule()
/net/x25/
Dx25_proc.c156 .stop = x25_seq_route_stop,
163 .stop = x25_seq_socket_stop,
170 .stop = x25_seq_forward_stop,
/net/core/
Dnet-procfs.c172 .stop = dev_seq_stop,
193 .stop = softnet_seq_stop,
296 .stop = ptype_seq_stop,
382 .stop = dev_seq_stop,
/net/appletalk/
Datalk_proc.c195 .stop = atalk_seq_interface_stop,
202 .stop = atalk_seq_route_stop,
209 .stop = atalk_seq_socket_stop,
/net/atm/
Dproc.c256 .stop = atm_dev_seq_stop,
291 .stop = vcc_seq_stop,
325 .stop = vcc_seq_stop,
360 .stop = vcc_seq_stop,
/net/ipx/
Dipx_proc.c228 .stop = ipx_seq_interface_stop,
235 .stop = ipx_seq_route_stop,
242 .stop = ipx_seq_interface_stop,
/net/rxrpc/
Dar-proc.c92 .stop = rxrpc_call_seq_stop,
176 .stop = rxrpc_connection_seq_stop,
/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c194 .stop = ct_seq_stop,
306 .stop = exp_seq_stop,
399 .stop = ct_cpu_seq_stop,
/net/sched/
Dcls_fw.c335 arg->stop = 1; in fw_walk()
337 if (arg->stop) in fw_walk()
350 arg->stop = 1; in fw_walk()
Dsch_mq.c213 if (arg->stop) in mq_walk()
219 arg->stop = 1; in mq_walk()
Dcls_route.c566 arg->stop = 1; in route4_walk()
568 if (arg->stop) in route4_walk()
586 arg->stop = 1; in route4_walk()
Dsch_multiq.c371 if (arg->stop) in multiq_walk()
380 arg->stop = 1; in multiq_walk()
Dsch_prio.c334 if (arg->stop) in prio_walk()
343 arg->stop = 1; in prio_walk()
Dsch_red.c338 if (!walker->stop) { in red_walk()
341 walker->stop = 1; in red_walk()
/net/sctp/
Dproc.c246 .stop = sctp_eps_seq_stop,
373 .stop = sctp_assocs_seq_stop,
517 .stop = sctp_remaddr_seq_stop,
Dobjcnt.c109 .stop = sctp_objcnt_seq_stop,
/net/llc/
Dllc_proc.c206 .stop = llc_seq_stop,
213 .stop = llc_seq_stop,
/net/nfc/hci/
Dllc.h33 int (*stop) (struct nfc_llc *llc); member
Dllc_nop.c89 .stop = llc_nop_stop,
Dllc.c150 return llc->ops->stop(llc); in nfc_llc_stop()
/net/mac802154/
Dieee802154_dev.c100 ipriv->ops->stop(&ipriv->hw); in mac802154_slave_close()
250 !ops->stop || !ops->set_channel) { in ieee802154_alloc_device()
/net/wireless/
Dwext-proc.c125 .stop = wireless_dev_seq_stop,
/net/ax25/
Dax25_uid.c188 .stop = ax25_uid_seq_stop,

123456