Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7817415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T06:13:23+00:00 2026-06-02T06:13:23+00:00

I have a trouble with tcp_fin() function. It should process incoming TCP-segments with FIN

  • 0

I have a trouble with tcp_fin() function. It should process incoming TCP-segments with FIN flag, but when I add tracepoint or just printk at the begin of this function, this tracepoint handler is never calls (or no any messages from printk).

My actions:

  1. Add tracepoint or printk to tcp_fin()
  2. Build & boot new kernel
  3. Run something like this:

    #!/bin/bash
    
    nflows=50
    
    on_int()
    {
        echo "$nflows skeeped"
        exit 0
    }
    
    trap 'on_int' INT
    
    while [ $nflows -ne 0 ]
    do
        iperf -n 5M -c X.X.X.X
        nflows=$(( $nflows - 1))
        echo "======================"
        echo $nflows
        echo "======================"
    done
    

And as the result I should to observe calls of tcp_fin(), but nothing happens.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T06:13:24+00:00Added an answer on June 2, 2026 at 6:13 am

    As I wrote a few days ago tcp_fin() processed incoming FIN-segment, but in contrast to RFC-793 not each connection ended by two FIN-segments (A->B, B->A). So in some cases we have only outgoing FIN and no more.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've had success with LuaSocket 's TCP facility, but I'm having trouble with its
I have trouble finding the problem with the function below. The first parameters is
I have been having trouble doing the checksum for TCP for several days now.
I have had no trouble getting the sockets working with localips, but once I
I have implemented an asynchronous TCP server that is spawned by another process. It
I’m having trouble with a simple TCP socket with the connect() and read() function.
I have trouble accessing filestream via SqlFileStream. Sql server and IIS7 are on different
I have trouble where, for some reason, SVN would only merge the newly generated
I have trouble launching Glassfish v3 on Mac In Windows, after installation of Glassfish
I have trouble finding way to correctly refactor this code so that there would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.