Lines Matching refs:proc_id

36 sysctl -p <f-stack proc_id> [-bdehiNnoqTtWx] [ -B <bufsize> ] [-f filename] name[=value] ...
37 sysctl -p <f-stack proc_id> [-bdehNnoqTtWx] [ -B <bufsize> ] -a
44 ifconfig -p <f-stack proc_id> [-f type:format] %sinterface address_family
46 ifconfig -p <f-stack proc_id> interface create
47 ifconfig -p <f-stack proc_id> -a %s[-d] [-m] [-u] [-v] [address_family]
48 ifconfig -p <f-stack proc_id> -l [-d] [-u] [address_family]
49 ifconfig -p <f-stack proc_id> %s[-d] [-m] [-u] [-v]
53 ifconfig -p <f-stack proc_id> interface inet6 <ipv6 address> autoconf
70 route -p <f-stack proc_id> [-46dnqtv] command [[modifiers] args]
117 top [-p <f-stack proc_id>] [-P <max proc_id>] [-d <secs>] [-n <num>]
123 | proc_id| idle| sys| usr| loop|
148 netstat -t <f-stack proc_id> [-46AaLnRSTWx] [-f protocol_family | -p protocol]
149 netstat -t <f-stack proc_id> -i | -I interface [-46abdhnW] [-f address_family]
150 netstat -t <f-stack proc_id> -w wait [-I interface] [-46d] [-q howmany]
151 netstat -t <f-stack proc_id> -s [-46sz] [-f protocol_family | -p protocol]
152 netstat -t <f-stack proc_id> -i | -I interface -s [-46s]
154 netstat -t <f-stack proc_id> -B [-z] [-I interface]
155 netstat -t <f-stack proc_id> -r [-46AnW] [-F fibnum] [-f address_family]
156 netstat -t <f-stack proc_id> -rs [-s]
157 netstat -t <f-stack proc_id> -g [-46W] [-f address_family]
158 netstat -t <f-stack proc_id> -gs [-46s] [-f address_family]
159 netstat -t <f-stack proc_id> -Q
176 ngctl -p <f-stack proc_id> [-d] [-f file] [-n name] [command ...]
189 ipfw -P <f-stack proc_id> [-abcdefhnNqStTv] <command>
235 usage: arp -p <f-stack proc_id> [-n] [-i interface] hostname
236 arp -p <f-stack proc_id> [-n] [-i interface] -a
237 arp -p <f-stack proc_id> -d hostname [pub]
238 arp -p <f-stack proc_id> -d [-i interface] -a
239 arp -p <f-stack proc_id> -s hostname ether_addr [temp] [reject | blackhole] [pub [only]]
240 arp -p <f-stack proc_id> -S hostname ether_addr [temp] [reject | blackhole] [pub [only]]
241 arp -p <f-stack proc_id> -f filename
249 traffic [-p <f-stack proc_id>] [-P <max proc_id>] [-d <secs>] [-n <num>]
256 | proc_id| rx packets| rx bytes| tx packets| tx bytes|
281 ndp -C <f-stack proc_id> [-nt] hostname
282 ndp -C <f-stack proc_id> [-nt] -a | -c | -p | -r | -H | -P | -R
283 ndp -C <f-stack proc_id> [-nt] -A wait
284 ndp -C <f-stack proc_id> [-nt] -d hostname
285 ndp -C <f-stack proc_id> [-nt] -f filename
286 ndp -C <f-stack proc_id> [-nt] -i interface [flags...]
287 ndp -C <f-stack proc_id> [-nt] -I [interface|delete]
288 ndp -C <f-stack proc_id> [-nt] -s nodename etheraddr [temp] [proxy]
328 handle_helloworld_msg(struct ff_msg *msg, uint16_t proc_id)
332 rte_ring_enqueue(msg_ring[proc_id].ring[1], msg);
336 handle_msg(struct ff_msg *msg, uint16_t proc_id)
340 handle_sysctl_msg(msg, proc_id);
343 handle_helloworld_msg(msg, proc_id);
345 handle_default_msg(msg, proc_id);