Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 25 of 211) sorted by relevance

123456789

/linux/drivers/net/ethernet/intel/ice/
H A Dice_parser_rt.c6 static void ice_rt_tsr_set(struct ice_parser_rt *rt, u16 tsr) in ice_rt_tsr_set()
11 static void ice_rt_ho_set(struct ice_parser_rt *rt, u16 ho) in ice_rt_ho_set()
17 static void ice_rt_np_set(struct ice_parser_rt *rt, u16 pc) in ice_rt_np_set()
22 static void ice_rt_nn_set(struct ice_parser_rt *rt, u16 node) in ice_rt_nn_set()
28 ice_rt_flag_set(struct ice_parser_rt *rt, unsigned int idx, bool set) in ice_rt_flag_set()
45 static void ice_rt_gpr_set(struct ice_parser_rt *rt, int idx, u16 val) in ice_rt_gpr_set()
57 static void ice_rt_err_set(struct ice_parser_rt *rt, unsigned int idx, bool set) in ice_rt_err_set()
74 void ice_parser_rt_reset(struct ice_parser_rt *rt) in ice_parser_rt_reset()
102 void ice_parser_rt_pktbuf_set(struct ice_parser_rt *rt, const u8 *pkt_buf, in ice_parser_rt_pktbuf_set()
114 static void ice_bst_key_init(struct ice_parser_rt *rt, in ice_bst_key_init()
[all …]
/linux/sound/usb/6fire/
H A Dcontrol.c60 static void usb6fire_control_output_vol_update(struct control_runtime *rt) in usb6fire_control_output_vol_update()
74 static void usb6fire_control_output_mute_update(struct control_runtime *rt) in usb6fire_control_output_mute_update()
82 static void usb6fire_control_input_vol_update(struct control_runtime *rt) in usb6fire_control_input_vol_update()
96 static void usb6fire_control_line_phono_update(struct control_runtime *rt) in usb6fire_control_line_phono_update()
105 static void usb6fire_control_opt_coax_update(struct control_runtime *rt) in usb6fire_control_opt_coax_update()
114 static int usb6fire_control_set_rate(struct control_runtime *rt, int rate) in usb6fire_control_set_rate()
137 struct control_runtime *rt, int n_analog_out, in usb6fire_control_set_channels()
160 static int usb6fire_control_streaming_update(struct control_runtime *rt) in usb6fire_control_streaming_update()
188 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_put() local
218 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_get() local
[all …]
H A Dpcm.c70 static int usb6fire_pcm_set_rate(struct pcm_runtime *rt) in usb6fire_pcm_set_rate()
120 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in usb6fire_pcm_get_substream() local
131 static void usb6fire_pcm_stream_stop(struct pcm_runtime *rt) in usb6fire_pcm_stream_stop()
151 static int usb6fire_pcm_stream_start(struct pcm_runtime *rt) in usb6fire_pcm_stream_start()
198 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_capture() local
245 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_playback() local
290 struct pcm_runtime *rt = in_urb->chip->pcm; in usb6fire_pcm_in_urb_handler() local
378 struct pcm_runtime *rt = urb->chip->pcm; in usb6fire_pcm_out_urb_handler() local
388 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in usb6fire_pcm_open() local
424 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in usb6fire_pcm_close() local
[all …]
H A Dmidi.c24 struct midi_runtime *rt = urb->context; in usb6fire_midi_out_handler() local
50 struct midi_runtime *rt, u8 *data, int length) in usb6fire_midi_in_received()
73 struct midi_runtime *rt = alsa_sub->rmidi->private_data; in usb6fire_midi_out_trigger() local
107 struct midi_runtime *rt = alsa_sub->rmidi->private_data; in usb6fire_midi_out_drain() local
127 struct midi_runtime *rt = alsa_sub->rmidi->private_data; in usb6fire_midi_in_trigger() local
154 struct midi_runtime *rt = kzalloc(sizeof(struct midi_runtime), in usb6fire_midi_init() local
201 struct midi_runtime *rt = chip->midi; in usb6fire_midi_abort() local
209 struct midi_runtime *rt = chip->midi; in usb6fire_midi_destroy() local
H A Dcomm.c21 static void usb6fire_comm_init_urb(struct comm_runtime *rt, struct urb *urb, in usb6fire_comm_init_urb()
35 struct comm_runtime *rt = urb->context; in usb6fire_comm_receiver_handler() local
106 static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, in usb6fire_comm_write8()
124 static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, in usb6fire_comm_write16()
144 struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime), in usb6fire_comm_init() local
187 struct comm_runtime *rt = chip->comm; in usb6fire_comm_abort() local
195 struct comm_runtime *rt = chip->comm; in usb6fire_comm_destroy() local
/linux/arch/mips/include/asm/
H A Duasm.h210 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument
211 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument
212 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
213 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
214 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument
215 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
216 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument
217 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument
218 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
219 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument
[all …]
/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c709 static void __vgic_v3_read_iar(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_iar()
765 static void __vgic_v3_write_dir(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_dir()
788 static void __vgic_v3_write_eoir(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_eoir()
823 static void __vgic_v3_read_igrpen0(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_igrpen0()
828 static void __vgic_v3_read_igrpen1(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_igrpen1()
833 static void __vgic_v3_write_igrpen0(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_igrpen0()
845 static void __vgic_v3_write_igrpen1(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_igrpen1()
857 static void __vgic_v3_read_bpr0(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_bpr0()
862 static void __vgic_v3_read_bpr1(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_bpr1()
867 static void __vgic_v3_write_bpr0(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_bpr0()
[all …]
/linux/drivers/leds/flash/
H A Dleds-rt8515.c66 static void rt8515_gpio_led_off(struct rt8515 *rt) in rt8515_gpio_led_off()
94 struct rt8515 *rt = to_rt8515(fled); in rt8515_led_brightness_set() local
117 struct rt8515 *rt = to_rt8515(fled); in rt8515_led_flash_strobe_set() local
146 struct rt8515 *rt = to_rt8515(fled); in rt8515_led_flash_strobe_get() local
168 struct rt8515 *rt = timer_container_of(rt, t, powerdown_timer); in rt8515_powerdown_timer() local
174 static void rt8515_init_flash_timeout(struct rt8515 *rt) in rt8515_init_flash_timeout()
193 static void rt8515_init_v4l2_flash_config(struct rt8515 *rt, in rt8515_init_v4l2_flash_config()
214 static void rt8515_v4l2_flash_release(struct rt8515 *rt) in rt8515_v4l2_flash_release()
220 static void rt8515_init_v4l2_flash_config(struct rt8515 *rt, in rt8515_init_v4l2_flash_config()
225 static void rt8515_v4l2_flash_release(struct rt8515 *rt) in rt8515_v4l2_flash_release()
[all …]
/linux/net/x25/
H A Dx25_route.c29 struct x25_route *rt; in x25_add_route() local
66 static void __x25_remove_route(struct x25_route *rt) in __x25_remove_route()
77 struct x25_route *rt; in x25_del_route() local
100 struct x25_route *rt; in x25_route_device_down() local
137 struct x25_route *rt, *use = NULL; in x25_get_route() local
162 struct x25_route_struct rt; in x25_route_ioctl() local
195 struct x25_route *rt; in x25_route_free() local
/linux/sound/aoa/core/
H A Dgpio-pmf.c37 static void pmf_gpio_set_hw_reset(struct gpio_runtime *rt, int on) in pmf_gpio_set_hw_reset()
49 static void pmf_gpio_all_amps_off(struct gpio_runtime *rt) in pmf_gpio_all_amps_off()
61 static void pmf_gpio_all_amps_restore(struct gpio_runtime *rt) in pmf_gpio_all_amps_restore()
83 static void pmf_gpio_init(struct gpio_runtime *rt) in pmf_gpio_init()
95 static void pmf_gpio_exit(struct gpio_runtime *rt) in pmf_gpio_exit()
129 static int pmf_set_notify(struct gpio_runtime *rt, in pmf_set_notify()
208 static int pmf_get_detect(struct gpio_runtime *rt, in pmf_get_detect()
H A Dgpio-feature.c166 static void ftr_gpio_set_hw_reset(struct gpio_runtime *rt, int on) in ftr_gpio_set_hw_reset()
183 static void ftr_gpio_all_amps_off(struct gpio_runtime *rt) in ftr_gpio_all_amps_off()
197 static void ftr_gpio_all_amps_restore(struct gpio_runtime *rt) in ftr_gpio_all_amps_restore()
232 static void ftr_gpio_init(struct gpio_runtime *rt) in ftr_gpio_init()
283 static void ftr_gpio_exit(struct gpio_runtime *rt) in ftr_gpio_exit()
310 static int ftr_set_notify(struct gpio_runtime *rt, in ftr_set_notify()
377 static int ftr_get_detect(struct gpio_runtime *rt, in ftr_get_detect()
/linux/sound/usb/hiface/
H A Dpcm.c112 static int hiface_pcm_set_rate(struct pcm_runtime *rt, unsigned int rate) in hiface_pcm_set_rate()
172 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_get_substream() local
183 static void hiface_pcm_stream_stop(struct pcm_runtime *rt) in hiface_pcm_stream_stop()
204 static int hiface_pcm_stream_start(struct pcm_runtime *rt) in hiface_pcm_stream_start()
305 struct pcm_runtime *rt = out_urb->chip->pcm; in hiface_pcm_out_urb_handler() local
351 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_open() local
394 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_close() local
418 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_prepare() local
455 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_trigger() local
485 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_pointer() local
[all …]
/linux/kernel/bpf/
H A Drange_tree.c56 static inline struct range_node *__find_range(struct range_tree *rt, u32 len) in __find_range()
75 s64 range_tree_find(struct range_tree *rt, u32 len) in range_tree_find()
123 range_it_remove(struct range_node *rn, struct range_tree *rt) in range_it_remove()
131 range_it_iter_first(struct range_tree *rt, u32 start, u32 last) in range_it_iter_first()
137 int range_tree_clear(struct range_tree *rt, u32 start, u32 len) in range_tree_clear()
184 int is_range_tree_set(struct range_tree *rt, u32 start, u32 len) in is_range_tree_set()
197 int range_tree_set(struct range_tree *rt, u32 start, u32 len) in range_tree_set()
256 void range_tree_destroy(struct range_tree *rt) in range_tree_destroy()
266 void range_tree_init(struct range_tree *rt) in range_tree_init()
/linux/arch/mips/ralink/
H A Dtimer.c42 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32()
47 static inline u32 rt_timer_r32(struct rt_timer *rt, u8 reg) in rt_timer_r32()
54 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq() local
63 static int rt_timer_request(struct rt_timer *rt) in rt_timer_request()
76 static int rt_timer_config(struct rt_timer *rt, unsigned long divisor) in rt_timer_config()
88 static int rt_timer_enable(struct rt_timer *rt) in rt_timer_enable()
103 struct rt_timer *rt; in rt_timer_probe() local
/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c405 s32 rt, rs; in mult_func() local
432 u32 rt, rs; in multu_func() local
455 s32 rt, rs; in div_func() local
477 u32 rt, rs; in divu_func() local
500 s64 rt, rs; in dmult_func() local
532 u64 rt, rs; in dmultu_func() local
563 s64 rt, rs; in ddiv_func() local
588 u64 rt, rs; in ddivu_func() local
636 s32 rt, rs; in madd_func() local
665 u32 rt, rs; in maddu_func() local
[all …]
/linux/net/mctp/test/
H A Droute-test.c8 struct mctp_route rt; member
12 static int mctp_test_route_output(struct mctp_route *rt, struct sk_buff *skb) in mctp_test_route_output()
24 struct mctp_test_route *rt; in mctp_route_test_alloc() local
44 struct mctp_test_route *rt; in mctp_test_create_route() local
64 struct mctp_test_route *rt) in mctp_test_route_destroy()
145 struct mctp_test_route *rt; in mctp_test_fragment() local
249 struct mctp_test_route *rt; in mctp_test_rx_input() local
300 struct mctp_test_route *rt; in __mctp_route_test_init() local
330 struct mctp_test_route *rt, in __mctp_route_test_fini()
348 struct mctp_test_route *rt; in mctp_test_route_input_sk() local
[all …]
/linux/net/ipv6/
H A Droute.c138 void rt6_uncached_list_add(struct rt6_info *rt) in rt6_uncached_list_add()
149 void rt6_uncached_list_del(struct rt6_info *rt) in rt6_uncached_list_del()
166 struct rt6_info *rt, *safe; in rt6_uncached_list_flush_dev() local
228 const struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_neigh_lookup() local
236 const struct rt6_info *rt = dst_rt6_info(dst); in ip6_confirm_neigh() local
333 static void rt6_info_init(struct rt6_info *rt) in rt6_info_init()
342 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() local
356 struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_destroy() local
375 struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_ifdown() local
391 static bool __rt6_check_expired(const struct rt6_info *rt) in __rt6_check_expired()
[all …]
/linux/drivers/infiniband/core/
H A Drestrack.c25 struct rdma_restrack_root *rt; in rdma_restrack_init() local
46 struct rdma_restrack_root *rt = dev->res; in rdma_restrack_clean() local
67 struct rdma_restrack_root *rt = &dev->res[type]; in rdma_restrack_count() local
182 struct rdma_restrack_root *rt; in rdma_restrack_add() local
246 struct rdma_restrack_root *rt = &dev->res[type]; in rdma_restrack_get_byid() local
284 struct rdma_restrack_root *rt; in rdma_restrack_del() local
/linux/arch/powerpc/kernel/
H A Dkvm.c77 static void __init kvm_patch_ins_ll(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ll()
86 static void __init kvm_patch_ins_ld(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ld()
95 static void __init kvm_patch_ins_lwz(u32 *inst, long addr, u32 rt) in kvm_patch_ins_lwz()
100 static void __init kvm_patch_ins_std(u32 *inst, long addr, u32 rt) in kvm_patch_ins_std()
109 static void __init kvm_patch_ins_stw(u32 *inst, long addr, u32 rt) in kvm_patch_ins_stw()
155 static void __init kvm_patch_ins_mtmsrd(u32 *inst, u32 rt) in kvm_patch_ins_mtmsrd()
208 static void __init kvm_patch_ins_mtmsr(u32 *inst, u32 rt) in kvm_patch_ins_mtmsr()
269 static void __init kvm_patch_ins_wrtee(u32 *inst, u32 rt, int imm_one) in kvm_patch_ins_wrtee()
367 static void __init kvm_patch_ins_mtsrin(u32 *inst, u32 rt, u32 rb) in kvm_patch_ins_mtsrin()
/linux/net/mpls/
H A Daf_mpls.c80 struct mpls_route *rt = NULL; in mpls_route_input_rcu() local
96 static u8 *__mpls_nh_via(struct mpls_route *rt, struct mpls_nh *nh) in __mpls_nh_via()
101 static const u8 *mpls_nh_via(const struct mpls_route *rt, in mpls_nh_via()
157 static u32 mpls_multipath_hash(struct mpls_route *rt, struct sk_buff *skb) in mpls_multipath_hash()
224 static struct mpls_nh *mpls_get_nexthop(struct mpls_route *rt, u8 index) in mpls_get_nexthop()
234 static const struct mpls_nh *mpls_select_multipath(struct mpls_route *rt, in mpls_select_multipath()
270 static bool mpls_egress(struct net *net, struct mpls_route *rt, in mpls_egress()
348 struct mpls_route *rt; in mpls_forward() local
514 struct mpls_route *rt; in mpls_rt_alloc() local
533 static void mpls_rt_free(struct mpls_route *rt) in mpls_rt_free()
[all …]
/linux/net/ipv4/
H A Droute.c411 const struct rtable *rt = container_of(dst, struct rtable, dst); ipv4_neigh_lookup() local
438 const struct rtable *rt = container_of(dst, struct rtable, dst); ipv4_confirm_neigh() local
572 struct rtable *rt; fnhe_flush_routes() local
619 fill_route_from_fnhe(struct rtable * rt,struct fib_nh_exception * fnhe) fill_route_from_fnhe() argument
639 struct rtable *rt; update_or_create_fnhe() local
733 __ip_do_redirect(struct rtable * rt,struct sk_buff * skb,struct flowi4 * fl4,bool kill_route) __ip_do_redirect() argument
820 struct rtable *rt; ip_do_redirect() local
838 struct rtable *rt = dst_rtable(dst); ipv4_negative_advice() local
864 struct rtable *rt = skb_rtable(skb); ip_rt_send_redirect() local
929 struct rtable *rt = skb_rtable(skb); ip_error() local
1008 __ip_rt_update_pmtu(struct rtable * rt,struct flowi4 * fl4,u32 mtu) __ip_rt_update_pmtu() argument
1062 struct rtable *rt = dst_rtable(dst); ip_rt_update_pmtu() local
1079 struct rtable *rt; ipv4_update_pmtu() local
1096 struct rtable *rt; __ipv4_sk_update_pmtu() local
1114 struct rtable *rt; ipv4_sk_update_pmtu() local
1169 struct rtable *rt; ipv4_redirect() local
1184 struct rtable *rt; ipv4_sk_redirect() local
1199 struct rtable *rt = dst_rtable(dst); ipv4_dst_check() local
1247 struct rtable *rt; ipv4_link_failure() local
1275 ip_rt_get_source(u8 * addr,struct sk_buff * skb,struct rtable * rt) ip_rt_get_source() argument
1306 set_class_tag(struct rtable * rt,u32 tag) set_class_tag() argument
1427 rt_bind_exception(struct rtable * rt,struct fib_nh_exception * fnhe,__be32 daddr,const bool do_cache) rt_bind_exception() argument
1477 rt_cache_route(struct fib_nh_common * nhc,struct rtable * rt) rt_cache_route() argument
1514 rt_add_uncached_list(struct rtable * rt) rt_add_uncached_list() argument
1525 rt_del_uncached_list(struct rtable * rt) rt_del_uncached_list() argument
1544 struct rtable *rt, *safe; rt_flush_dev() local
1566 rt_cache_valid(const struct rtable * rt) rt_cache_valid() argument
1573 rt_set_nexthop(struct rtable * rt,__be32 daddr,const struct fib_result * res,struct fib_nh_exception * fnhe,struct fib_info * fi,u16 type,u32 itag,const bool do_cache) rt_set_nexthop() argument
1636 struct rtable *rt; rt_dst_alloc() local
1662 rt_dst_clone(struct net_device * dev,struct rtable * rt) rt_dst_clone() argument
2177 struct rtable *rt = skb_rtable(hint); ip_route_use_hint() local
2874 struct rtable *rt; ipv4_blackhole_route() local
2911 struct rtable *rt = __ip_route_output_key(net, flp4); ip_route_output_flow() local
2929 rt_fill_info(struct net * net,__be32 dst,__be32 src,struct rtable * rt,u32 table_id,dscp_t dscp,struct flowi4 * fl4,struct sk_buff * skb,u32 portid,u32 seq,unsigned int flags) rt_fill_info() argument
3077 struct rtable *rt; fnhe_dump_bucket() local
3279 struct rtable *rt = NULL; inet_rtm_getroute() local
[all...]
/linux/net/mctp/
H A Droute.c559 static unsigned int mctp_route_mtu(struct mctp_route *rt) in mctp_route_mtu()
612 static void mctp_route_release(struct mctp_route *rt) in mctp_route_release()
623 struct mctp_route *rt; in mctp_route_alloc() local
804 static bool mctp_rt_match_eid(struct mctp_route *rt, in mctp_rt_match_eid()
824 struct mctp_route *tmp, *rt = NULL; in mctp_route_lookup() local
846 struct mctp_route *tmp, *rt = NULL; in mctp_route_lookup_null() local
863 static int mctp_do_fragment_route(struct mctp_route *rt, struct sk_buff *skb, in mctp_do_fragment_route()
948 int mctp_local_output(struct sock *sk, struct mctp_route *rt, in mctp_local_output()
1082 struct mctp_route *rt, *ert; in mctp_route_add() local
1131 struct mctp_route *rt, *tmp; in mctp_route_remove() local
[all …]
/linux/arch/arm/mm/
H A Dcache-v7m.S38 .macro read_ccsidr, rt argument
42 .macro read_clidr, rt argument
107 .macro invalidate_icache, rt argument
116 .macro invalidate_bp, rt argument
/linux/net/sunrpc/
H A Dtimer.c35 void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo) in rpc_init_rtt()
61 void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m) in rpc_update_rtt()
110 unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned int timer) in rpc_calc_rto()
/linux/include/net/
H A Droute.h91 static inline bool rt_is_input_route(const struct rtable *rt) in rt_is_input_route() argument
96 static inline bool rt_is_output_route(const struct rtable *rt) in rt_is_output_route() argument
101 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() argument
279 ip_rt_put(struct rtable * rt) ip_rt_put() argument
340 struct rtable *rt; ip_route_connect() local
355 ip_route_newports(struct flowi4 * fl4,struct rtable * rt,__be16 orig_sport,__be16 orig_dport,__be16 sport,__be16 dport,const struct sock * sk) ip_route_newports() argument
374 struct rtable *rt = skb_rtable(skb); inet_iif() local
409 ip_neigh_for_gw(struct rtable * rt,struct sk_buff * skb,bool * is_v6gw) ip_neigh_for_gw() argument
[all...]

123456789