Searched refs:route (Results 1 - 8 of 8) sorted by relevance

/include/rdma/
H A Drdma_cm.h146 struct rdma_route route; member in struct:rdma_cm_id
203 * into route information needed to establish a connection.
257 * Users must have resolved a route for the rdma_cm_id to connect with
344 * performing route resolution, as existing communication on the
/include/sound/
H A Demu10k1.h1554 #define snd_emu10k1_compose_send_routing(route) \
1555 ((route[0] | (route[1] << 4) | (route[2] << 8) | (route[3] << 12)) << 16)
1557 #define snd_emu10k1_compose_audigy_fxrt1(route) \
1558 ((unsigned int)route[0] | ((unsigned int)route[1] << 8) | ((unsigned int)route[2] << 16) | ((unsigned int)route[
[all...]
H A Dsoc-dapm.h367 const struct snd_soc_dapm_route *route, int num);
369 const struct snd_soc_dapm_route *route, int num);
441 * DAPM audio route definition.
443 * Defines an audio route originating at source via control and finishing
/include/linux/
H A Dnetfilter.h290 int (*route)(struct net *net, struct dst_entry **dst, member in struct:nf_afinfo
H A Dusb.h389 * @route: tree topology hex string for use with xHCI
450 u32 route; member in struct:usb_device
/include/net/
H A Dinet_hashtables.h32 #include <net/route.h>
H A Droute.h8 * Version: @(#)route.h 1.0.4 05/27/93
33 #include <linux/route.h>
218 * route that was looked up using all available keys including source
225 * So ip_route_connect() looks up a route using wildcarded source and
230 * another route lookup if needed to make sure we catch any IPSEC
H A Dxfrm.h20 #include <net/route.h>
113 We add genid to each dst plus pointer to genid of raw IP route,
114 pmtu disc will update pmtu on raw IP route and increase its genid.
929 struct dst_entry *route; member in struct:xfrm_dst
949 dst_release(xdst->route);

Completed in 158 milliseconds