Searched refs:sport (Results 1 - 25 of 173) sorted by relevance

1234567

/linux-master/drivers/tty/serial/
H A Dimx.c265 static inline void imx_uart_writel(struct imx_port *sport, u32 val, u32 offset) argument
267 writel(val, sport->port.membase + offset);
270 static inline u32 imx_uart_readl(struct imx_port *sport, u32 offset) argument
272 return readl(sport->port.membase + offset);
275 static inline unsigned imx_uart_uts_reg(struct imx_port *sport) argument
277 return sport->devdata->uts_reg;
280 static inline int imx_uart_is_imx1(struct imx_port *sport) argument
282 return sport->devdata->devtype == IMX1_UART;
289 static void imx_uart_ucrs_save(struct imx_port *sport, argument
293 ucr->ucr1 = imx_uart_readl(sport, UCR
298 imx_uart_ucrs_restore(struct imx_port *sport, struct imx_port_ucrs *ucr) argument
309 imx_uart_rts_active(struct imx_port *sport, u32 *ucr2) argument
317 imx_uart_rts_inactive(struct imx_port *sport, u32 *ucr2) argument
331 imx_uart_soft_reset(struct imx_port *sport) argument
365 imx_uart_disable_loopback_rs485(struct imx_port *sport) argument
378 struct imx_port *sport = (struct imx_port *)port; local
402 struct imx_port *sport = (struct imx_port *)port; local
467 struct imx_port *sport = (struct imx_port *)port; local
512 struct imx_port *sport = (struct imx_port *)port; local
522 imx_uart_transmit_buffer(struct imx_port *sport) argument
575 struct imx_port *sport = data; local
610 imx_uart_dma_tx(struct imx_port *sport) argument
673 struct imx_port *sport = (struct imx_port *)port; local
761 struct imx_port *sport = dev_id; local
774 struct imx_port *sport = dev_id; local
788 struct imx_port *sport = dev_id; local
808 imx_uart_check_flood(struct imx_port *sport, u32 usr2) argument
844 struct imx_port *sport = dev_id; local
903 struct imx_port *sport = dev_id; local
920 imx_uart_get_hwmctrl(struct imx_port *sport) argument
943 imx_uart_mctrl_check(struct imx_port *sport) argument
969 struct imx_port *sport = dev_id; local
1053 struct imx_port *sport = (struct imx_port *)port; local
1068 struct imx_port *sport = (struct imx_port *)port; local
1079 struct imx_port *sport = (struct imx_port *)port; local
1122 struct imx_port *sport = (struct imx_port *)port; local
1144 struct imx_port *sport = from_timer(sport, t, timer); local
1166 struct imx_port *sport = data; local
1244 imx_uart_start_rx_dma(struct imx_port *sport) argument
1281 imx_uart_clear_rx_errors(struct imx_port *sport) argument
1320 imx_uart_setup_ufcr(struct imx_port *sport, unsigned char txwl, unsigned char rxwl) argument
1331 imx_uart_dma_exit(struct imx_port *sport) argument
1349 imx_uart_dma_init(struct imx_port *sport) argument
1411 imx_uart_enable_dma(struct imx_port *sport) argument
1425 imx_uart_disable_dma(struct imx_port *sport) argument
1444 struct imx_port *sport = (struct imx_port *)port; local
1558 struct imx_port *sport = (struct imx_port *)port; local
1632 struct imx_port *sport = (struct imx_port *)port; local
1659 struct imx_port *sport = (struct imx_port *)port; local
1862 struct imx_port *sport = (struct imx_port *)port; local
1911 struct imx_port *sport = (struct imx_port *)port; local
1920 struct imx_port *sport = (struct imx_port *)port; local
1942 struct imx_port *sport = (struct imx_port *)port; local
1996 struct imx_port *sport = (struct imx_port *)port; local
2010 struct imx_port *sport = imx_uart_ports[co->index]; local
2057 imx_uart_console_get_options(struct imx_port *sport, int *baud, int *parity, int *bits) argument
2118 struct imx_port *sport; local
2166 struct imx_port *sport = imx_uart_ports[co->index]; local
2204 struct imx_port *sport = container_of(t, struct imx_port, trigger_start_tx); local
2217 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); local
2242 struct imx_port *sport; local
2479 struct imx_port *sport = platform_get_drvdata(pdev); local
2484 imx_uart_restore_context(struct imx_port *sport) argument
2508 imx_uart_save_context(struct imx_port *sport) argument
2528 imx_uart_enable_wakeup(struct imx_port *sport, bool on) argument
2555 struct imx_port *sport = dev_get_drvdata(dev); local
2568 struct imx_port *sport = dev_get_drvdata(dev); local
2584 struct imx_port *sport = dev_get_drvdata(dev); local
2602 struct imx_port *sport = dev_get_drvdata(dev); local
2617 struct imx_port *sport = dev_get_drvdata(dev); local
2626 struct imx_port *sport = dev_get_drvdata(dev); local
[all...]
H A Dsa1100.c45 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0)
46 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1)
47 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2)
48 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3)
49 #define UART_GET_UTSR0(sport) __raw_readl((sport)
84 sa1100_mctrl_check(struct sa1100_port *sport) argument
114 struct sa1100_port *sport = from_timer(sport, t, timer); local
131 struct sa1100_port *sport = local
145 struct sa1100_port *sport = local
159 struct sa1100_port *sport = local
172 struct sa1100_port *sport = local
181 sa1100_rx_chars(struct sa1100_port *sport) argument
230 sa1100_tx_chars(struct sa1100_port *sport) argument
247 struct sa1100_port *sport = dev_id; local
289 struct sa1100_port *sport = local
297 struct sa1100_port *sport = local
308 struct sa1100_port *sport = local
319 struct sa1100_port *sport = local
336 struct sa1100_port *sport = local
366 struct sa1100_port *sport = local
389 struct sa1100_port *sport = local
493 struct sa1100_port *sport = local
504 struct sa1100_port *sport = local
515 struct sa1100_port *sport = local
527 struct sa1100_port *sport = local
543 struct sa1100_port *sport = local
675 struct sa1100_port *sport = local
689 struct sa1100_port *sport = &sa1100_ports[co->index]; local
716 sa1100_console_get_options(struct sa1100_port *sport, int *baud, int *parity, int *bits) argument
750 struct sa1100_port *sport; local
809 struct sa1100_port *sport = platform_get_drvdata(dev); local
819 struct sa1100_port *sport = platform_get_drvdata(dev); local
827 sa1100_serial_add_one_port(struct sa1100_port *sport, struct platform_device *dev) argument
875 struct sa1100_port *sport = platform_get_drvdata(pdev); local
[all...]
H A Dfsl_lpuart.c361 static inline bool is_layerscape_lpuart(struct lpuart_port *sport) argument
363 return (sport->devtype == LS1021A_LPUART ||
364 sport->devtype == LS1028A_LPUART);
367 static inline bool is_imx7ulp_lpuart(struct lpuart_port *sport) argument
369 return sport->devtype == IMX7ULP_LPUART;
372 static inline bool is_imx8ulp_lpuart(struct lpuart_port *sport) argument
374 return sport->devtype == IMX8ULP_LPUART;
377 static inline bool is_imx8qxp_lpuart(struct lpuart_port *sport) argument
379 return sport->devtype == IMX8QXP_LPUART;
407 static int __lpuart_enable_clks(struct lpuart_port *sport, boo argument
429 lpuart_get_baud_clk_rate(struct lpuart_port *sport) argument
474 lpuart_dma_tx(struct lpuart_port *sport) argument
529 struct lpuart_port *sport = arg; local
564 lpuart_dma_datareg_addr(struct lpuart_port *sport) argument
577 struct lpuart_port *sport = container_of(port, local
597 lpuart_is_32(struct lpuart_port *sport) argument
605 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
647 struct lpuart_port *sport = container_of(port, local
701 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
747 lpuart_transmit_buffer(struct lpuart_port *sport) argument
757 lpuart32_transmit_buffer(struct lpuart_port *sport) argument
794 struct lpuart_port *sport = container_of(port, local
812 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
844 struct lpuart_port *sport = container_of(port, local
860 struct lpuart_port *sport = container_of(port, local
880 lpuart_txint(struct lpuart_port *sport) argument
887 lpuart_rxint(struct lpuart_port *sport) argument
957 lpuart32_txint(struct lpuart_port *sport) argument
964 lpuart32_rxint(struct lpuart_port *sport) argument
1045 struct lpuart_port *sport = dev_id; local
1078 lpuart_handle_sysrq(struct lpuart_port *sport) argument
1109 lpuart_copy_rx_to_tty(struct lpuart_port *sport) argument
1256 struct lpuart_port *sport = arg; local
1261 lpuart32_dma_idleint(struct lpuart_port *sport) argument
1285 struct lpuart_port *sport = dev_id; local
1314 struct lpuart_port *sport = from_timer(sport, t, lpuart_timer); local
1344 lpuart_start_rx_dma(struct lpuart_port *sport) argument
1437 struct lpuart_port *sport = container_of(port, local
1456 struct lpuart_port *sport = container_of(port, local
1486 struct lpuart_port *sport = container_of(port, local
1611 lpuart_setup_watermark(struct lpuart_port *sport) argument
1645 lpuart_setup_watermark_enable(struct lpuart_port *sport) argument
1656 lpuart32_setup_watermark(struct lpuart_port *sport) argument
1692 lpuart32_setup_watermark_enable(struct lpuart_port *sport) argument
1704 rx_dma_timer_init(struct lpuart_port *sport) argument
1714 lpuart_request_dma(struct lpuart_port *sport) argument
1733 lpuart_tx_dma_startup(struct lpuart_port *sport) argument
1765 lpuart_rx_dma_startup(struct lpuart_port *sport) argument
1801 lpuart_hw_setup(struct lpuart_port *sport) argument
1817 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
1836 lpuart32_hw_disable(struct lpuart_port *sport) argument
1846 lpuart32_configure(struct lpuart_port *sport) argument
1858 lpuart32_hw_setup(struct lpuart_port *sport) argument
1877 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
1907 lpuart_dma_shutdown(struct lpuart_port *sport) argument
1931 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
1950 struct lpuart_port *sport = local
1981 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
2206 lpuart32_serial_setbrg(struct lpuart_port *sport, unsigned int baudrate) argument
2219 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); local
2477 struct lpuart_port *sport = lpuart_ports[co->index]; local
2507 struct lpuart_port *sport = lpuart_ports[co->index]; local
2539 lpuart_console_get_options(struct lpuart_port *sport, int *baud, int *parity, int *bits) argument
2588 lpuart32_console_get_options(struct lpuart_port *sport, int *baud, int *parity, int *bits) argument
2635 struct lpuart_port *sport; local
2793 lpuart_global_reset(struct lpuart_port *sport) argument
2845 struct lpuart_port *sport; local
2967 struct lpuart_port *sport = platform_get_drvdata(pdev); local
2987 struct lpuart_port *sport = platform_get_drvdata(pdev); local
2997 struct lpuart_port *sport = platform_get_drvdata(pdev); local
3002 serial_lpuart_enable_wakeup(struct lpuart_port *sport, bool on) argument
3032 lpuart_uport_is_active(struct lpuart_port *sport) argument
3055 struct lpuart_port *sport = dev_get_drvdata(dev); local
3068 struct lpuart_port *sport = dev_get_drvdata(dev); local
3088 struct lpuart_port *sport = dev_get_drvdata(dev); local
3155 lpuart_console_fixup(struct lpuart_port *sport) argument
3183 struct lpuart_port *sport = dev_get_drvdata(dev); local
[all...]
H A Dsb1250-duart.c95 struct sbd_port sport[2]; member in struct:sbd_duart
116 static u64 __read_sbdchn(struct sbd_port *sport, int reg) argument
118 void __iomem *csr = sport->port.membase + reg;
123 static u64 __read_sbdshr(struct sbd_port *sport, int reg) argument
125 void __iomem *csr = sport->memctrl + reg;
130 static void __write_sbdchn(struct sbd_port *sport, int reg, u64 value) argument
132 void __iomem *csr = sport->port.membase + reg;
137 static void __write_sbdshr(struct sbd_port *sport, int reg, u64 value) argument
139 void __iomem *csr = sport->memctrl + reg;
148 static void __war_sbd1956(struct sbd_port *sport) argument
154 read_sbdchn(struct sbd_port *sport, int reg) argument
164 read_sbdshr(struct sbd_port *sport, int reg) argument
174 write_sbdchn(struct sbd_port *sport, int reg, unsigned int value) argument
181 write_sbdshr(struct sbd_port *sport, int reg, unsigned int value) argument
189 sbd_receive_ready(struct sbd_port *sport) argument
194 sbd_receive_drain(struct sbd_port *sport) argument
203 sbd_transmit_ready(struct sbd_port *sport) argument
208 sbd_transmit_drain(struct sbd_port *sport) argument
217 sbd_transmit_empty(struct sbd_port *sport) argument
222 sbd_line_drain(struct sbd_port *sport) argument
234 struct sbd_port *sport = to_sport(uport); local
241 struct sbd_port *sport = to_sport(uport); local
255 struct sbd_port *sport = to_sport(uport); local
283 struct sbd_port *sport = to_sport(uport); local
291 struct sbd_port *sport = to_sport(uport); local
306 struct sbd_port *sport = to_sport(uport); local
313 struct sbd_port *sport = to_sport(uport); local
321 struct sbd_port *sport = to_sport(uport); local
330 sbd_receive_chars(struct sbd_port *sport) argument
382 sbd_transmit_chars(struct sbd_port *sport) argument
418 sbd_status_handle(struct sbd_port *sport) argument
439 struct sbd_port *sport = dev_id; local
470 struct sbd_port *sport = to_sport(uport); local
504 struct sbd_port *sport = to_sport(uport); local
512 sbd_init_port(struct sbd_port *sport) argument
536 struct sbd_port *sport = to_sport(uport); local
646 struct sbd_port *sport = to_sport(uport); local
662 struct sbd_port *sport = to_sport(uport); local
723 struct sbd_port *sport = to_sport(uport); local
798 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; local
825 struct sbd_port *sport = to_sport(uport); local
836 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; local
864 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; local
936 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; local
953 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; local
[all...]
H A Dpic32_uart.c79 static inline void pic32_uart_writel(struct pic32_sport *sport, argument
82 __raw_writel(val, sport->port.membase + reg);
85 static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg) argument
87 return __raw_readl(sport->port.membase + reg);
129 static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport) argument
132 while (!(pic32_uart_readl(sport, PIC32_UART_STA) & PIC32_UART_STA_TRMT))
139 struct pic32_sport *sport = to_pic32_sport(port); local
140 u32 val = pic32_uart_readl(sport, PIC32_UART_STA);
148 struct pic32_sport *sport = to_pic32_sport(port); local
152 pic32_uart_writel(sport, PIC32_SE
162 struct pic32_sport *sport = to_pic32_sport(port); local
183 pic32_uart_irqtxen(struct pic32_sport *sport, u8 en) argument
201 struct pic32_sport *sport = to_pic32_sport(port); local
220 struct pic32_sport *sport = to_pic32_sport(port); local
230 struct pic32_sport *sport = to_pic32_sport(port); local
243 struct pic32_sport *sport = to_pic32_sport(port); local
267 struct pic32_sport *sport = to_pic32_sport(port); local
344 struct pic32_sport *sport = to_pic32_sport(port); local
430 struct pic32_sport *sport = to_pic32_sport(port); local
441 struct pic32_sport *sport = to_pic32_sport(port); local
455 struct pic32_sport *sport = to_pic32_sport(port); local
579 struct pic32_sport *sport = to_pic32_sport(port); local
602 struct pic32_sport *sport = to_pic32_sport(port); local
767 struct pic32_sport *sport = to_pic32_sport(port); local
785 struct pic32_sport *sport = pic32_sports[co->index]; local
796 struct pic32_sport *sport; local
868 struct pic32_sport *sport; local
944 struct pic32_sport *sport = to_pic32_sport(port); local
[all...]
H A Dfsl_linflexuart.c160 static void linflex_put_char(struct uart_port *sport, unsigned char c) argument
164 writeb(c, sport->membase + BDRL);
167 while (((status = readl(sport->membase + UARTSR)) &
172 writel(status | LINFLEXD_UARTSR_DTFTFF, sport->membase + UARTSR);
175 static inline void linflex_transmit_buffer(struct uart_port *sport) argument
177 struct circ_buf *xmit = &sport->state->xmit;
180 linflex_put_char(sport, xmit->buf[xmit->tail]);
181 uart_xmit_advance(sport, 1);
185 uart_write_wakeup(sport);
188 linflex_stop_tx(sport);
202 struct uart_port *sport = dev_id; local
226 struct uart_port *sport = dev_id; local
278 struct uart_port *sport = dev_id; local
314 linflex_setup_watermark(struct uart_port *sport) argument
622 linflex_string_write(struct uart_port *sport, const char *s, unsigned int count) argument
642 struct uart_port *sport = linflex_ports[co->index]; local
664 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) argument
694 struct uart_port *sport; local
809 struct uart_port *sport; local
855 struct uart_port *sport = platform_get_drvdata(pdev); local
863 struct uart_port *sport = dev_get_drvdata(dev); local
872 struct uart_port *sport = dev_get_drvdata(dev); local
[all...]
H A Dpxa.c751 struct uart_pxa_port *sport = dev_get_drvdata(dev); local
753 if (sport)
754 uart_suspend_port(&serial_pxa_reg, &sport->port);
761 struct uart_pxa_port *sport = dev_get_drvdata(dev); local
763 if (sport)
764 uart_resume_port(&serial_pxa_reg, &sport->port);
782 struct uart_pxa_port *sport)
795 sport->port.line = ret;
801 struct uart_pxa_port *sport; local
814 sport
781 serial_pxa_probe_dt(struct platform_device *pdev, struct uart_pxa_port *sport) argument
[all...]
H A Desp32_uart.c327 struct esp32_port *sport = container_of(port, struct esp32_port, port); local
329 ret = clk_prepare_enable(sport->clk);
335 clk_disable_unprepare(sport->clk);
355 struct esp32_port *sport = container_of(port, struct esp32_port, port); local
359 clk_disable_unprepare(sport->clk);
481 struct esp32_port *sport = container_of(port, struct esp32_port, port); local
483 return clk_prepare_enable(sport->clk);
534 struct esp32_port *sport = esp32_uart_ports[co->index]; local
535 struct uart_port *port = &sport->port;
554 struct esp32_port *sport; local
585 struct esp32_port *sport = esp32_uart_ports[co->index]; local
683 struct esp32_port *sport; local
[all...]
/linux-master/include/net/
H A Dsecure_seq.h13 __be16 sport, __be16 dport);
16 __be16 sport, __be16 dport);
20 __be16 sport, __be16 dport);
22 __be16 sport, __be16 dport);
H A Dfou.h16 u8 *protocol, __be16 *sport, int type);
18 u8 *protocol, __be16 *sport, int type);
H A Dinet6_hashtables.h46 const __be16 sport,
62 __be16 sport,
71 const __be16 sport,
80 const __be16 sport,
89 const __be16 sport,
96 sport, daddr, hnum,
102 return inet6_lookup_listener(net, hashinfo, skb, doff, saddr, sport,
108 const struct in6_addr *saddr, const __be16 sport,
133 saddr, sport, daddr, ntohs(dport),
148 const __be16 sport,
85 __inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif, const int sdif, bool *refcounted) argument
107 inet6_steal_sock(struct net *net, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const __be16 dport, bool *refcounted, inet6_ehashfn_t *ehashfn) argument
146 __inet6_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, int iif, int sdif, bool *refcounted) argument
[all...]
H A Dinet_hashtables.h310 const __be32 saddr, const __be16 sport,
318 __be32 saddr, __be16 sport,
321 return __inet_lookup_listener(net, hashinfo, skb, doff, saddr, sport,
373 const __be32 saddr, const __be16 sport,
387 __be32 saddr, __be16 sport,
394 __be32 saddr, __be16 sport,
400 const __be32 saddr, const __be16 sport,
404 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr,
411 const __be32 saddr, const __be16 sport,
419 sk = __inet_lookup_established(net, hashinfo, saddr, sport,
315 inet_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, __be32 saddr, __be16 sport, __be32 daddr, __be16 dport, int dif, int sdif) argument
399 inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
408 __inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif, const int sdif, bool *refcounted) argument
429 inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
448 inet_steal_sock(struct net *net, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, bool *refcounted, inet_ehashfn_t *ehashfn) argument
487 __inet_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, const int sdif, bool *refcounted) argument
[all...]
/linux-master/net/ipv4/
H A Dfou_bpf.c16 __be16 sport; member in struct:bpf_fou_encap
38 * dst ports. If sport is set to 0 the kernel will auto-assign a
39 * port. This is similar to using `encap-sport auto`.
70 info->encap.sport = encap->sport;
95 encap->sport = info->encap.sport;
/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py67 sport = CLIENT_PORT
72 pkt = IP(src=sip,dst=dip) / UDP(sport=sport,dport=dport,chksum=0) / Raw(load=payload)
75 pkt6 = IPv6(src=sip6,dst=dip6) / IPv6ExtHdrFragment(id=0xBEEF) / UDP(sport=sport,dport=dport) / Raw(load=payload)
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c144 struct srpt_port *sport; local
154 sport = &sdev->port[port_num];
155 sport->lid = 0;
156 sport->sm_lid = 0;
172 sport = &sdev->port[port_num];
173 if (!sport->lid && !sport->sm_lid)
174 schedule_work(&sport->work);
316 * @sport: HCA port through which the MAD has been received.
324 static void srpt_get_ioc(struct srpt_port *sport, u3 argument
479 struct srpt_port *sport = (struct srpt_port *)mad_agent->context; local
556 srpt_refresh_port(struct srpt_port *sport) argument
640 struct srpt_port *sport; local
1791 struct srpt_port *sport = ch->sport; local
1968 struct srpt_port *sport = ch->sport; local
1985 __srpt_close_all_ch(struct srpt_port *sport) argument
2008 srpt_get_nexus(struct srpt_port *sport, const u8 i_port_id[16], const u8 t_port_id[16]) argument
2056 __srpt_close_all_ch(sport); variable
2059 srpt_drop_sport_ref(struct srpt_port *sport) argument
2085 struct srpt_port *sport; local
2154 struct srpt_port *sport = &sdev->port[port_num - 1]; local
2946 struct srpt_port *sport = container_of(work, struct srpt_port, work); local
2955 srpt_release_sport(struct srpt_port *sport) argument
2996 struct srpt_port *sport; member in struct:port_and_port_id
3004 struct srpt_port *sport; local
3150 struct srpt_port *sport; local
3317 struct srpt_port *sport = wwn->priv; local
3461 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3470 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3498 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3507 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3535 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3544 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3572 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3581 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3717 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); local
3763 struct srpt_port *sport = srpt_tpg_to_sport(tpg); local
3785 struct srpt_port *sport = papi.sport; local
3818 struct srpt_port *sport = wwn->priv; local
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.h37 qib_user_sdma_queue_create(struct device *dev, int unit, int port, int sport);
/linux-master/net/core/
H A Dsecure_seq.c77 __be16 sport, __be16 dport)
82 __be16 sport; member in struct:__anon107
87 .sport = sport,
132 * but fortunately, `sport' cannot be 0 in any circumstances. If this changes,
137 __be16 sport, __be16 dport)
143 (__force u32)sport << 16 | (__force u32)dport,
162 __be16 sport, __be16 dport)
167 (__force u32)sport << 16 | (__force u32)dport,
177 __be16 sport, __be1
76 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr, __be16 sport, __be16 dport) argument
136 secure_tcp_seq(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport) argument
161 secure_dccp_sequence_number(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport) argument
176 secure_dccpv6_sequence_number(__be32 *saddr, __be32 *daddr, __be16 sport, __be16 dport) argument
182 __be16 sport; member in struct:__anon109
[all...]
/linux-master/net/ipv4/netfilter/
H A Dnf_socket_ipv4.c69 const __be16 sport, const __be16 dport,
75 skb, doff, saddr, sport, daddr, dport,
78 return udp4_lib_lookup(net, saddr, sport, daddr, dport,
88 __be16 dport, sport; local
110 sport = hp->source;
120 &sport, &dport))
147 daddr, sport, dport, indev);
66 nf_socket_get_sock_v4(struct net *net, struct sk_buff *skb, const int doff, const u8 protocol, const __be32 saddr, const __be32 daddr, const __be16 sport, const __be16 dport, const struct net_device *in) argument
/linux-master/net/ipv6/netfilter/
H A Dnf_socket_ipv6.c81 const __be16 sport, const __be16 dport,
87 skb, doff, saddr, sport, daddr, dport,
90 return udp6_lib_lookup(net, saddr, sport, daddr, dport,
100 __be16 dport, sport; local
123 sport = hp->source;
133 &sport, &dport, &ipv6_var))
140 sport, dport, indev);
78 nf_socket_get_sock_v6(struct net *net, struct sk_buff *skb, int doff, const u8 protocol, const struct in6_addr *saddr, const struct in6_addr *daddr, const __be16 sport, const __be16 dport, const struct net_device *in) argument
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_ip6.h43 __u16 sport[2]; member in union:ebt_ip6_info::__anon13104
/linux-master/include/trace/events/
H A Dfib6.h30 __field( u16, sport )
58 __entry->sport = ntohs(flp->fl6_sport);
61 __entry->sport = 0;
81 __entry->src, __entry->sport, __entry->dst, __entry->dport,
H A Dtcp.h60 __field(__u16, sport)
77 __entry->sport = ntohs(inet->inet_sport);
91 TP_printk("skbaddr=%p skaddr=%p family=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c state=%s",
94 __entry->sport, __entry->dport, __entry->saddr, __entry->daddr,
130 __field(__u16, sport)
146 __entry->sport = ntohs(inet->inet_sport);
162 TP_printk("family=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c sock_cookie=%llx",
164 __entry->sport, __entry->dport,
200 __field(__u16, sport)
216 __entry->sport
[all...]
/linux-master/net/ipv6/
H A Dinet6_hashtables.c51 const __be16 sport,
58 const __portpair ports = INET_COMBINED_PORTS(sport, hnum);
62 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport);
120 * @sport: source port.
131 __be16 sport,
141 net, daddr, hnum, saddr, sport);
153 const __be16 sport, const struct in6_addr *daddr,
164 saddr, sport, daddr, hnum, inet6_ehashfn);
180 const __be16 sport,
188 no_reuseport = bpf_sk_lookup_run_v6(net, protocol, saddr, sport,
48 __inet6_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif, const int sdif) argument
128 inet6_lookup_reuseport(struct net *net, struct sock *sk, struct sk_buff *skb, int doff, const struct in6_addr *saddr, __be16 sport, const struct in6_addr *daddr, unsigned short hnum, inet6_ehashfn_t *ehashfn) argument
149 inet6_lhash2_lookup(struct net *net, struct inet_listen_hashbucket *ilb2, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const unsigned short hnum, const int dif, const int sdif) argument
176 inet6_lookup_run_sk_lookup(struct net *net, int protocol, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif, inet6_ehashfn_t *ehashfn) argument
201 inet6_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const unsigned short hnum, const int dif, const int sdif) argument
245 inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const __be16 dport, const int dif) argument
[all...]
H A Dfou6.c22 struct flowi6 *fl6, u8 *protocol, __be16 sport)
32 uh->source = sport;
43 __be16 sport; local
48 err = __fou_build_header(skb, e, protocol, &sport, type);
52 fou6_build_udp(skb, e, fl6, protocol, sport);
60 __be16 sport; local
65 err = __gue_build_header(skb, e, protocol, &sport, type);
69 fou6_build_udp(skb, e, fl6, protocol, sport);
21 fou6_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, struct flowi6 *fl6, u8 *protocol, __be16 sport) argument
/linux-master/include/net/netfilter/
H A Dnf_tproxy.h85 const __be16 sport, const __be16 dport,
124 const __be16 sport, const __be16 dport,

Completed in 342 milliseconds

1234567