Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 4 files:
- net/core/skbuff.c, line 4766
- net/ipv4/tcp_offload.c, line 91
- net/ipv4/udp_offload.c, line 469
- net/ipv6/tcpv6_offload.c, line 150
Smatch caller information:
net/ipv6/ip6_offload.c __tcp6_gso_segment_list() -> skb_segment_list()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | skb | 4096-ptr_max |
| DATA_SOURCE | 0 | skb | $0 |
| DATA_SOURCE | 1 | features | $1 |
net/ipv4/tcp_offload.c __tcp4_gso_segment_list() -> skb_segment_list()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | skb | 4096-ptr_max |
| DATA_SOURCE | 0 | skb | $0 |
| DATA_SOURCE | 1 | features | $1 |
net/ipv4/udp_offload.c __udp_gso_segment_list() -> skb_segment_list()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | skb | 4096-ptr_max |
| PARAM_VALUE | 0 | skb->len | 9-u32max |
| DATA_SOURCE | 0 | skb | $0 |
| DATA_SOURCE | 1 | features | $1 |